From f03f5d5b51ff72732a8513218cb610326d27ec15 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 4 Dec 2016 17:14:11 +0100
Subject: [PATCH] docs: correct and improve the description of
 --disable-wrapping

---
 doc/texinfo/nano.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index 402ad0e7..51324fe3 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -1504,8 +1504,8 @@ command-line option, which allows specifying an alternate spell checker.
 Disable the tab completion code when reading or writing files.
 
 @item --disable-wrapping
-Disable hard-wrapping of overlong lines.  This also eliminates the @code{-w}
-command-line option, which enables long-line wrapping.
+Disable all hard-wrapping of overlong lines.  This also eliminates the
+@code{-w} command-line option, which switches long-line wrapping off.
 
 @item --enable-tiny
 This option disables all the above.  It also disables some of the larger
-- 
GitLab