docs: spell "title bar" and "status bar" correctly
parent
33c7a4ca95
commit
b4a955512e
|
@ -144,7 +144,7 @@ Set the size (width) of a tab to \fInumber\fP columns. The value of
|
||||||
\fInumber\fP must be greater than 0. The default value is 8.
|
\fInumber\fP must be greater than 0. The default value is 8.
|
||||||
.TP
|
.TP
|
||||||
.BR \-U ", " \-\-quickblank
|
.BR \-U ", " \-\-quickblank
|
||||||
Do quick statusbar blanking: statusbar messages will disappear after 1
|
Do quick status-bar blanking: status-bar messages will disappear after 1
|
||||||
keystroke instead of 25. Note that \fB\-c\fP overrides this.
|
keystroke instead of 25. Note that \fB\-c\fP overrides this.
|
||||||
.TP
|
.TP
|
||||||
.BR \-V ", " \-\-version
|
.BR \-V ", " \-\-version
|
||||||
|
|
|
@ -220,7 +220,7 @@ Set the displayed tab length to @var{number} columns. The value of
|
||||||
|
|
||||||
@item -U
|
@item -U
|
||||||
@itemx --quickblank
|
@itemx --quickblank
|
||||||
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
Do quick status-bar blanking: status-bar messages will disappear after 1
|
||||||
keystroke instead of 25. Note that option @option{-c}
|
keystroke instead of 25. Note that option @option{-c}
|
||||||
(@option{--constantshow}) overrides this.
|
(@option{--constantshow}) overrides this.
|
||||||
|
|
||||||
|
@ -246,7 +246,8 @@ Specify the syntax to be used for highlighting.
|
||||||
|
|
||||||
@item -c
|
@item -c
|
||||||
@itemx --constantshow
|
@itemx --constantshow
|
||||||
Constantly display the cursor position and line number on the statusbar.
|
Constantly display the cursor position (line number, column number,
|
||||||
|
and character number) on the status bar.
|
||||||
Note that this overrides option @option{-U} (@option{--quickblank}).
|
Note that this overrides option @option{-U} (@option{--quickblank}).
|
||||||
|
|
||||||
@item -d
|
@item -d
|
||||||
|
@ -687,7 +688,7 @@ closing brackets, can end sentences. The default value is
|
||||||
Do case-sensitive searches by default.
|
Do case-sensitive searches by default.
|
||||||
|
|
||||||
@item set constantshow
|
@item set constantshow
|
||||||
Constantly display the cursor position in the status bar.
|
Constantly display the cursor position on the status bar.
|
||||||
(The old form of this option, @code{set const}, is deprecated.)
|
(The old form of this option, @code{set const}, is deprecated.)
|
||||||
|
|
||||||
@item set cut
|
@item set cut
|
||||||
|
@ -779,7 +780,7 @@ specified closing punctuation, optionally followed by closing brackets
|
||||||
The default value is @t{"!.?"}.
|
The default value is @t{"!.?"}.
|
||||||
|
|
||||||
@item set quickblank
|
@item set quickblank
|
||||||
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
Do quick status-bar blanking: status-bar messages will disappear after 1
|
||||||
keystroke instead of 25.
|
keystroke instead of 25.
|
||||||
|
|
||||||
@item set quiet
|
@item set quiet
|
||||||
|
@ -1271,7 +1272,7 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s
|
||||||
Toggles the constant display of the current line, column, and character positions.
|
Toggles the constant display of the current line, column, and character positions.
|
||||||
|
|
||||||
@item morespace
|
@item morespace
|
||||||
Toggles the presence of the blank line which 'separates' the titlebar from the file text.
|
Toggles the presence of the blank line that 'separates' the title bar from the file text.
|
||||||
|
|
||||||
@item smoothscroll
|
@item smoothscroll
|
||||||
Toggles smooth scrolling (when moving around with the arrow keys).
|
Toggles smooth scrolling (when moving around with the arrow keys).
|
||||||
|
|
|
@ -183,7 +183,7 @@ specfified closing punctuation, optionally followed by closing brackets
|
||||||
(see \fBbrackets\fP), can end sentences. The default value is "\fB!.?\fP".
|
(see \fBbrackets\fP), can end sentences. The default value is "\fB!.?\fP".
|
||||||
.TP
|
.TP
|
||||||
.B set quickblank
|
.B set quickblank
|
||||||
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
Do quick status-bar blanking: status-bar messages will disappear after 1
|
||||||
keystroke instead of 25.
|
keystroke instead of 25.
|
||||||
.TP
|
.TP
|
||||||
.B set quiet
|
.B set quiet
|
||||||
|
@ -666,7 +666,7 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s
|
||||||
Toggles the constant display of the current line, column, and character positions.
|
Toggles the constant display of the current line, column, and character positions.
|
||||||
.TP
|
.TP
|
||||||
.B morespace
|
.B morespace
|
||||||
Toggles the presence of the blank line which 'separates' the titlebar from the file text.
|
Toggles the presence of the blank line that 'separates' the title bar from the file text.
|
||||||
.TP
|
.TP
|
||||||
.B smoothscroll
|
.B smoothscroll
|
||||||
Toggles smooth scrolling (when moving around with the arrow keys).
|
Toggles smooth scrolling (when moving around with the arrow keys).
|
||||||
|
|
Loading…
Reference in New Issue