mirror of git://git.sv.gnu.org/nano.git
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>
This commit is contained in:
parent
e4a247f7c9
commit
dfbe3ce6dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue