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>
master
Benno Schulenberg 2021-11-09 10:47:18 +01:00
parent e4a247f7c9
commit dfbe3ce6dc
1 changed files with 4 additions and 4 deletions

View File

@ -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). in most cases the regexes for filename and header line will be enough).
@item --disable-linenumbers @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. the @option{-l} command-line option, which turns line numbering on.
@item --disable-mouse @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 This option implies all of the above. It also disables some other
internals of the editor, like the function toggles, the marking of text, 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, 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 softwrapping, and the cut-to-end-of-line code. These things stay disabled
of the above options together with @option{--enable-tiny}, also when using the enabling counterpart of the above options together with
specific features can be switched back on --- but a few cannot. @option{--enable-tiny} to switch specific features back on.
@item --enable-debug @item --enable-debug
Include some code for runtime debugging output. This can get messy, so Include some code for runtime debugging output. This can get messy, so