From 0a57da42e0162a8ce7ed3a07e62d81caf930344b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 22 Feb 2021 12:20:39 +0100 Subject: [PATCH] docs: correct the description of --quickblank for the changed base value And mention that --minibar overrides the option too. --- doc/nano.1 | 6 +++--- doc/nano.texi | 10 +++++----- doc/nanorc.5 | 4 ++-- doc/sample.nanorc.in | 6 ++---- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/doc/nano.1 b/doc/nano.1 index 5e33f121..ab2acbf0 100644 --- a/doc/nano.1 +++ b/doc/nano.1 @@ -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. .TP .BR \-U ", " \-\-quickblank -Do quick status-bar blanking: status-bar messages will disappear after 1 -keystroke instead of 25. Note that option \fB\-c\fR (\fB\-\-constantshow\fR) -overrides this. +Make status-bar messages disappear after 1 keystroke instead of after 20. +Note that options \fB\-c\fR (\fB\-\-constantshow\fR) +and \fB\-_\fR (\fB\-\-minibar\fR) override this. .TP .BR \-V ", " \-\-version Show the current version number and exit. diff --git a/doc/nano.texi b/doc/nano.texi index 50b54986..3a08478e 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -281,9 +281,9 @@ Set the displayed tab length to @var{number} columns. The value of @item -U @itemx --quickblank -Do quick status-bar blanking: status-bar messages will disappear after 1 -keystroke instead of 25. Note that option @option{-c} -(@option{--constantshow}) overrides this. +Make status-bar messages disappear after 1 keystroke instead of after 20. +Note that options @option{-c} (@option{--constantshow}) +and @option{-_} (@option{--minibar}) override this. @item -V @itemx --version @@ -1009,8 +1009,8 @@ specified closing punctuation, optionally followed by closing brackets The default value is "@t{!.?}". @item set quickblank -Do quick status-bar blanking: status-bar messages will disappear after 1 -keystroke instead of 25. Note that @option{constantshow} overrides this. +Make status-bar messages disappear after 1 keystroke instead of after 20. +Note that options @option{constantshow} and @option{minibar} override this. @item set quotestr "@var{regex}" Set the regular expression for matching the quoting part of a line. diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 3bbcffcf..d015fe31 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -264,8 +264,8 @@ specfified closing punctuation, optionally followed by closing brackets (see \fBbrackets\fP), can end sentences. The default value is "\fB!.?\fP". .TP .B set quickblank -Do quick status-bar blanking: status-bar messages will disappear after 1 -keystroke instead of 25. The option \fBconstantshow\fR overrides this. +Make status-bar messages disappear after 1 keystroke instead of after 20. +Note that options \fBconstantshow\fR and \fBminibar\fR override this. .TP .BI "set quotestr """ regex """ Set the regular expression for matching the quoting part of a line. diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index 62c04112..85df9859 100644 --- a/doc/sample.nanorc.in +++ b/doc/sample.nanorc.in @@ -44,8 +44,7 @@ ## Do case-sensitive searches by default. # set casesensitive -## Constantly display the cursor position in the status bar. Note that -## this overrides "quickblank". +## Constantly display the cursor position in the status bar or minibar. # set constantshow ## Use cut-from-cursor-to-end-of-line by default. @@ -124,8 +123,7 @@ ## sentences. # set punct "!.?" -## Do quick status-bar blanking. Status-bar messages will disappear after -## 1 keystroke instead of 26. Note that "constantshow" overrides this. +## Make status-bar messages disappear after 1 keystroke instead of after 20. # set quickblank ## The regular expression that matches quoting characters in email