diff --git a/doc/nano.texi b/doc/nano.texi index 8719cead..a1a10a31 100644 --- 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