From 378aa8bc416cc5ccee0c30690b2cd7230ffec46f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 5 Jun 2019 19:40:15 +0200 Subject: [PATCH] docs: slightly reword the notice about the changed defaults since 4.0 --- doc/nano.1 | 4 ++-- doc/nano.texi | 4 ++-- doc/nanorc.5 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/nano.1 b/doc/nano.1 index fdb6779c..a48e02aa 100644 --- 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 index d2a4b44d..ff92b1b0 100644 --- 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 index 648b0ee0..5b16d6d8 100644 --- 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.