commit b1b89f01b7010452b0ea8413a8a3451708ddd541
parent 24740815f680f62458b40fcce9859dce7652b6d1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 24 Jun 2020 09:30:08 +0200
docs: mention that M-X toggle is special, because available in most menus
Diffstat:
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/doc/nano.1 b/doc/nano.1
@@ -331,6 +331,10 @@ hard-wrapping of long lines, \fBM\-S\fR toggles soft-wrapping,
\fBM\-N\fR toggles line numbers, \fBM\-M\fR toggles the mouse,
\fBM\-I\fR auto-indentation, and \fBM\-X\fR the help lines.
See at the end of the \fB^G\fR help text for a complete list.
+.sp
+The \fBM\-X\fR toggle is special: it works in all menus except
+the help viewer and the linter. All other toggles work in
+the main menu only.
.SH FILES
When \fB\-\-rcfile\fR is given, \fBnano\fR will read just the specified file
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1528,6 +1528,8 @@ Goes to the last file when using the file browser (reading or writing files).
@item nohelp
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
+(This toggle is special: it is available in all menus except the help viewer
+and the linter. All further toggles are available in the main menu only.)
@item constantshow
Toggles the constant display of the current line, column, and character positions.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -837,6 +837,8 @@ Goes to the last file when using the file browser (reading or writing files).
.TP
.B nohelp
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
+(This toggle is special: it is available in all menus except the help viewer
+and the linter. All further toggles are available in the main menu only.)
.TP
.B constantshow
Toggles the constant display of the current line, column, and character positions.