nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 72ad7dc60292309172c9dfed82796f7e7cb55024
parent 6a0ea821e901265dd129406ee7f6a708675e8119
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  4 Nov 2005 06:43:02 +0000

fix inconsistent wording in nano.texi


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3086 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
Mdoc/texinfo/nano.texi | 14+++++++-------
2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -64,6 +64,8 @@ CVS code - do_yesno() - Make mouse clicks on the Yes/No/All shortcuts work properly when the MORE_SPACE flag is set. (DLR) +- doc/nano.texi: + - Fix inconsistent wording. (DLR) - doc/nanorc.sample: - Tweak the "c-file" regex for characters to properly accept '\"' and reject '"' and '''. (DLR) diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.3.9 -@set UPDATED 27 Sep 2005 +@set UPDATED 04 Nov 2005 @dircategory Editors @direntry @@ -144,7 +144,7 @@ should only need to use this option if they don't, as mouse support won't work properly with this option enabled. @item -N, --noconvert -Do not convert files from DOS/Mac format. +Don't convert files from DOS/Mac format. @item -Q [str], --quotestr [str] Set the quoting string for justifying. The default is @@ -233,7 +233,7 @@ set, its own interactive spell checker that requires the @code{spell} program to be installed on your system. @item -t, --tempfile -Do not ask whether or not to save the current contents of the file when +Don't ask whether or not to save the current contents of the file when exiting, assume yes. This is most useful when using @code{nano} as the composer of a mailer program. @@ -247,12 +247,12 @@ Note: When accessing the help system, Expert Mode is temporarily disabled to display the help system navigation keys. @item -v, --view -Do not allow the contents of the file to be altered. Note that this -flag should NOT be used in place of correct file permissions to -implement a read-only file. +Don't allow the contents of the file to be altered. Note that this flag +should NOT be used in place of correct file permissions to implement a +read-only file. @item -w, --nowrap -Do not wrap long lines at any length. This option overrides any value +Don't wrap long lines at any length. This option overrides any value for -r. @item -z, --suspend