commit dfbe3ce6dcb302a21d58242adc1b0848beac5811
parent e4a247f7c92045d4c8f509e9fdc87d49d6c7474f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 9 Nov 2021 10:47:18 +0100
docs: clarify that --enable options do not fully counteract --enable-tiny
This addresses https://savannah.gnu.org/bugs/?61441.
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1915,7 +1915,7 @@ determining the file type and thus which syntax to use for coloring ---
in most cases the regexes for filename and header line will be enough).
@item --disable-linenumbers
-Exclude the line-numbering function (@kbd{M-N}). This also eliminates
+Exclude the ability to show line numbers. This also eliminates
the @option{-l} command-line option, which turns line numbering on.
@item --disable-mouse
@@ -1959,9 +1959,9 @@ long-line wrapping on and off, respectively.
This option implies all of the above. It also disables some other
internals of the editor, like the function toggles, the marking of text,
the undo/redo code, line anchors, the recording and playback of a macro,
-and the cut-to-end-of-line code. By using the enabling counterpart
-of the above options together with @option{--enable-tiny},
-specific features can be switched back on --- but a few cannot.
+softwrapping, and the cut-to-end-of-line code. These things stay disabled
+also when using the enabling counterpart of the above options together with
+@option{--enable-tiny} to switch specific features back on.
@item --enable-debug
Include some code for runtime debugging output. This can get messy, so