commit 6c09504040bfd35af857ff5567049d82b6adafd9 parent 4991b3bb1a60b164e839bd733cae4cc8acadbbd7 Author: Benno Schulenberg <bensberg@telfort.nl> Date: Wed, 25 Dec 2019 14:17:27 +0100 docs: stop saying that 'set fill' enables hard-wrapping -- it does not This fixes https://savannah.gnu.org/bugs/?57477. Diffstat:
M | doc/sample.nanorc.in | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -54,9 +54,9 @@ ## Do not use the line below the title bar, leaving it entirely blank. # set emptyline -## Enable hard-wrapping and set the target width, both for automatic -## line wrapping and for justifying paragraphs. If the value is 0 or -## less, the wrapping point will be the screen width minus this number. +## Set the target width for automatic hard-wrapping and for justifying +## paragraphs. If the specified value is 0 or less, the wrapping point +## will be the terminal's width minus this number. # set fill -8 ## Remember the used search/replace strings for the next session.