commit 378aa8bc416cc5ccee0c30690b2cd7230ffec46f
parent 157098ee75efc903f8e0d687a6abbf085f5b3e64
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 5 Jun 2019 19:40:15 +0200
docs: slightly reword the notice about the changed defaults since 4.0
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/nano.1 b/doc/nano.1
@@ -27,8 +27,8 @@ nano \- Nano's ANOther editor, inspired by Pico
.SH NOTICE
Starting with version 4.0, \fBnano\fR no longer hard-wraps an overlong
-line by default, uses smooth scrolling by default, and by default makes
-use of the line below the title bar.
+line by default. It further uses smooth scrolling by default, and by
+default includes the line below the title bar into the editing area.
.sp
If you want the old, Pico behavior back, you can use \fB\-\-breaklonglines\fR,
\fB\-\-jumpyscrolling\fR, and \fB\-\-emptyline\fR (or \fB\-bje\fR for short).
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -97,8 +97,8 @@ as is reasonable while offering a superset of Pico's functionality.
Pico differ.
Starting with version 4.0, @command{nano} no longer hard-wraps an overlong
-line by default, uses smooth scrolling by default, and by default makes
-use of the line below the title bar.
+line by default. It further uses smooth scrolling by default, and by
+default includes the line below the title bar into the editing area.
If you want the old, Pico behavior back, you can use the
following options: @option{--breaklonglines},
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -23,8 +23,8 @@ nanorc \- GNU nano's configuration file
.SH NOTICE
Starting with version 4.0, \fBnano\fR no longer hard-wraps an overlong
-line by default, uses smooth scrolling by default, and by default makes
-use of the line below the title bar.
+line by default. It further uses smooth scrolling by default, and by
+default includes the line below the title bar into the editing area.
.sp
If you want the old, Pico behavior back, you can use \fBset breaklonglines\fR,
\fBset jumpyscrolling\fR, and \fBset emptyline\fR.