From 37477bfbb5ad245168500a441504378cdf767d5e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 24 Mar 2019 10:54:46 +0100 Subject: [PATCH] tweaks: slightly reword, for esthetics of the resulting Info document --- doc/nano.1 | 2 +- doc/nano.texi | 5 +++-- doc/nanorc.5 | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/nano.1 b/doc/nano.1 index 7d84d112..dc49556a 100644 --- a/doc/nano.1 +++ b/doc/nano.1 @@ -31,7 +31,7 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. .sp -If you want the old, Pico behavior back, please use \fB\-\-breaklonglines\fR, +If you want the old, Pico behavior back, you can use \fB\-\-breaklonglines\fR, \fB\-\-finalnewline\fR, \fB\-\-jumpyscrolling\fR, and \fB\-\-emptyline\fR (or \fB\-bfje\fR for short). diff --git a/doc/nano.texi b/doc/nano.texi index bc509dda..26dac6e5 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -101,8 +101,9 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. -If you want the old, Pico behavior back, please use @option{--breaklonglines}, -@option{--finalnewline}, @option{--jumpyscrolling}, and @option{--emptyline} +If you want the old, Pico behavior back, you can use the +following options: @option{--breaklonglines}, @option{--finalnewline}, +@option{--jumpyscrolling}, and @option{--emptyline} (or @option{-bfje} for short). Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}. diff --git a/doc/nanorc.5 b/doc/nanorc.5 index f737eb28..7bc78d45 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -27,7 +27,7 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. .sp -If you want the old, Pico behavior back, please use \fBset breaklonglines\fR, +If you want the old, Pico behavior back, you can use \fBset breaklonglines\fR, \fBset finalnewline\fR, \fBset jumpyscrolling\fR, and \fBset emptyline\fR. .SH DESCRIPTION