commit c19012d4cdae1a331fcf0826a354ba081a28a5a9
parent b502631d102f40949d5cb1e464425811e8c6d3e0
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Thu, 18 Jan 2024 17:20:15 +0100
docs: say "mini bar", not "minibar", when referring to the actual bar
Like is done for the other bars: title bar, status bar, prompt bar.
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/nano.1 b/doc/nano.1
@@ -364,7 +364,7 @@ filename in the center of the title bar.
.BR \-_ ", " \-\-minibar
Suppress the title bar and instead show information about
the current buffer at the bottom of the screen, in the space
-for the status bar. In this "minibar" the filename is shown
+for the status bar. In this "mini bar" the filename is shown
on the left, followed by an asterisk if the buffer has been modified.
On the right are displayed the current line and column number, the
code of the character under the cursor (in Unicode format: U+xxxx),
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -715,7 +715,7 @@ filename in the center of the title bar.
@itemx --minibar
Suppress the title bar and instead show information about
the current buffer at the bottom of the screen, in the space
-for the status bar. In this "minibar" the filename is shown
+for the status bar. In this "mini bar" the filename is shown
on the left, followed by an asterisk if the buffer has been modified.
On the right are displayed the current line and column number, the
code of the character under the cursor (in Unicode format: U+xxxx),
@@ -799,7 +799,7 @@ for more details). The following global toggles are available:
@item Hidden Interface
@kbd{M-Z} toggles the @option{-0} (@option{--zero}) command-line option,
but without the @option{-x} (@option{--nohelp}) part. That is: it toggles
-just the title bar plus status bar (or the combined minibar plus status bar),
+just the title bar plus status bar (or the combined mini bar plus status bar),
not the help lines. The latter are toggled with @kbd{M-X}.
@end table
@@ -996,7 +996,7 @@ The default value is "@t{(<[@{)>]@}}".
@item set minibar
Suppress the title bar and instead show information about
the current buffer at the bottom of the screen, in the space
-for the status bar. In this "minibar" the filename is shown
+for the status bar. In this "mini bar" the filename is shown
on the left, followed by an asterisk if the buffer has been modified.
On the right are displayed the current line and column number, the
code of the character under the cursor (in Unicode format: U+xxxx),
@@ -1011,7 +1011,7 @@ The line plus column numbers and the character code are displayed only when
The state flags are displayed only when @code{set stateflags} is used.
@item set minicolor [bold,][italic,]@var{fgcolor},@var{bgcolor}
-Use this color combination for the minibar.
+Use this color combination for the mini bar.
(When this option is not specified, the colors of the title bar are used.)
@xref{@code{set keycolor}} for valid color names.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -191,7 +191,7 @@ The default value is "\fB(<[{)>]}\fP".
.B set minibar
Suppress the title bar and instead show information about
the current buffer at the bottom of the screen, in the space
-for the status bar. In this "minibar" the filename is shown
+for the status bar. In this "mini bar" the filename is shown
on the left, followed by an asterisk if the buffer has been modified.
On the right are displayed the current line and column number, the
code of the character under the cursor (in Unicode format: U+xxxx),
@@ -206,7 +206,7 @@ The line plus column numbers and the character code are displayed only when
The state flags are displayed only when \fBset stateflags\fR is used.
.TP
.B set minicolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR
-Use this color combination for the minibar.
+Use this color combination for the mini bar.
(When this option is not specified, the colors of the title bar are used.)
See \fBset titlecolor\fR for more details.
.TP