1
1

docs: correct the description of --quickblank for the changed base value

And mention that --minibar overrides the option too.
Этот коммит содержится в:
Benno Schulenberg 2021-02-22 12:20:39 +01:00
родитель 73067e0e16
Коммит 0a57da42e0
4 изменённых файлов: 12 добавлений и 14 удалений

Просмотреть файл

@ -190,9 +190,9 @@ Set the size (width) of a tab to \fInumber\fP columns. The value of
\fInumber\fR must be greater than 0. The default value is \fB8\fR. \fInumber\fR must be greater than 0. The default value is \fB8\fR.
.TP .TP
.BR \-U ", " \-\-quickblank .BR \-U ", " \-\-quickblank
Do quick status-bar blanking: status-bar messages will disappear after 1 Make status-bar messages disappear after 1 keystroke instead of after 20.
keystroke instead of 25. Note that option \fB\-c\fR (\fB\-\-constantshow\fR) Note that options \fB\-c\fR (\fB\-\-constantshow\fR)
overrides this. and \fB\-_\fR (\fB\-\-minibar\fR) override this.
.TP .TP
.BR \-V ", " \-\-version .BR \-V ", " \-\-version
Show the current version number and exit. Show the current version number and exit.

Просмотреть файл

@ -281,9 +281,9 @@ Set the displayed tab length to @var{number} columns. The value of
@item -U @item -U
@itemx --quickblank @itemx --quickblank
Do quick status-bar blanking: status-bar messages will disappear after 1 Make status-bar messages disappear after 1 keystroke instead of after 20.
keystroke instead of 25. Note that option @option{-c} Note that options @option{-c} (@option{--constantshow})
(@option{--constantshow}) overrides this. and @option{-_} (@option{--minibar}) override this.
@item -V @item -V
@itemx --version @itemx --version
@ -1009,8 +1009,8 @@ 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 status-bar blanking: status-bar messages will disappear after 1 Make status-bar messages disappear after 1 keystroke instead of after 20.
keystroke instead of 25. Note that @option{constantshow} overrides this. Note that options @option{constantshow} and @option{minibar} override this.
@item set quotestr "@var{regex}" @item set quotestr "@var{regex}"
Set the regular expression for matching the quoting part of a line. Set the regular expression for matching the quoting part of a line.

Просмотреть файл

@ -264,8 +264,8 @@ 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 status-bar blanking: status-bar messages will disappear after 1 Make status-bar messages disappear after 1 keystroke instead of after 20.
keystroke instead of 25. The option \fBconstantshow\fR overrides this. Note that options \fBconstantshow\fR and \fBminibar\fR override this.
.TP .TP
.BI "set quotestr """ regex """ .BI "set quotestr """ regex """
Set the regular expression for matching the quoting part of a line. Set the regular expression for matching the quoting part of a line.

Просмотреть файл

@ -44,8 +44,7 @@
## Do case-sensitive searches by default. ## Do case-sensitive searches by default.
# set casesensitive # set casesensitive
## Constantly display the cursor position in the status bar. Note that ## Constantly display the cursor position in the status bar or minibar.
## this overrides "quickblank".
# set constantshow # set constantshow
## Use cut-from-cursor-to-end-of-line by default. ## Use cut-from-cursor-to-end-of-line by default.
@ -124,8 +123,7 @@
## sentences. ## sentences.
# set punct "!.?" # set punct "!.?"
## Do quick status-bar blanking. Status-bar messages will disappear after ## Make status-bar messages disappear after 1 keystroke instead of after 20.
## 1 keystroke instead of 26. Note that "constantshow" overrides this.
# set quickblank # set quickblank
## The regular expression that matches quoting characters in email ## The regular expression that matches quoting characters in email