commit cc24e8b86bbdd6300f2b486dd0908b339d8557eb
parent 27f170815f7c470b3c05713a047a2023f3045bb5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 8 Nov 2021 17:20:15 +0100
docs: give more examples of things that --enable-tiny excludes
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1957,7 +1957,8 @@ long-line wrapping on and off, respectively.
@item --enable-tiny
This option implies all of the above. It also disables some other
-internals of the editor, like the function toggles, the marking code,
+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.