Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-02-26 06:13:58 +01:00
parent 0d9bf5e2c9
commit f91aaf778a
2 changed files with 8 additions and 1 deletions

View File

@ -141,12 +141,12 @@ Contributors, sorted by the number of commits in descending order:
* Brian Jackson
* Patric Schmitz
* Johannes Altmanninger
* Samir Benmendil
* Regina Hug
* Mathias Fussenegger
* Larry Hynes
* Thorsten Wißmann
* Thiago Barroso Perrotta
* Samir Benmendil
* Matthias Lisin
* Helen Sherwood-Taylor
* HalosGhost

View File

@ -145,6 +145,7 @@
|<<hints-opacity,opacity>>|Opacity for hints.
|<<hints-mode,mode>>|Mode to use for hints.
|<<hints-chars,chars>>|Chars used for hint strings.
|<<hints-min-chars,min-chars>>|Mininum number of chars used for hint strings.
|<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase.
|<<hints-auto-follow,auto-follow>>|Whether to auto-follow a hint if there's only one left.
|<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links.
@ -1191,6 +1192,12 @@ Chars used for hint strings.
Default: +pass:[asdfghjkl]+
[[hints-min-chars]]
=== min-chars
Mininum number of chars used for hint strings.
Default: +pass:[1]+
[[hints-uppercase]]
=== uppercase
Make chars in hint strings uppercase.