Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
The information about some defaults was wrong.
  • Loading branch information
ib authored and mbert committed Nov 25, 2014
1 parent 99bb61f commit bab90da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/elvisopt.html
Expand Up @@ -1033,7 +1033,7 @@ <h2><a name="VIEW">6.8 Options affecting the appearance of text</a></h2>
<dd>The <em>ruler</em> option causes the current line
number and column number to be displayed at the bottom of the screen.
This uses the same definition of "line number" as the number option, above.
This option is false by default.
This option is true by default.

<dt><a name="guidewidth">guidewidth, gw <em>(Tab-list, buf)</em></a>
<dd>The <em>guidewidth</em> option causes vertical
Expand Down Expand Up @@ -1220,8 +1220,7 @@ <h2><a name="VIEW">6.8 Options affecting the appearance of text</a></h2>
display a one-word label for its current parse state in the lower right-hand
corner of the window.
Usually, this will be either "Command" or "Input".
This option is false by default, but I suggest you make it true because it
really is handy.
This option is true by default.

<dt><a name="nonascii">nonascii, asc <em>(One-Of, global)</em></a>
<dd>The <em>nonascii</em> option tells Elvis how to
Expand Down Expand Up @@ -2379,7 +2378,7 @@ <h2><a name="DRAW">6.16 Window update parameters</a></h2>
If the new cursor position is outside that range, then Elvis uses
a "jump and center" approach, in which the window's image is drawn from
scratch with the new cursor line shown in the center of the window.
Its default value is 5.
Its default value is 10.

<dt><a name="wrap">wrap <em>(Boolean, win)</em></a>
<dd>The <em>wrap</em> option determines how Elvis will
Expand Down

0 comments on commit bab90da

Please sign in to comment.