]> git.wh0rd.org Git - nano.git/commitdiff
fix info page inaccuracies
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 20 Apr 2004 19:19:21 +0000 (19:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 20 Apr 2004 19:19:21 +0000 (19:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1714 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/texinfo/nano.texi

index 67858efd5a806f33a52942a986a720fd6a87443e..71575dce8afcec23e908bddd8fdc0dea6195a253 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@ CVS code -
          instead of a char*. (DLR)
   edit_refresh()
        - Remove apparently unneeded leaveok() calls. (David Benbennick)
+- nano.texi:
+       - Fix inaccuracies: Meta-L now toggles line wrapping, and Meta-<
+         and Meta-> aren't toggles. (DLR)
 
 GNU nano 1.3.2 - 2004.03.31
 - General:
index d71bb3e15057f7d30f629ff767d190552abde8d5..efb30f1e77de6e36a71c159452154b0ea256735f 100644 (file)
@@ -345,6 +345,9 @@ toggles the -i (@code{--autoindent}) command line flag.
 @item Cut To End Toggle (Meta-K)
 toggles the -k (@code{--cut}) command line flag.
 
+@item Auto Line Wrap Toggle (Meta-L)
+toggles the -w (@code{--nowrap}) command line flag.
+
 @item Mouse Toggle (Meta-M)
 toggles the -m (@code{--mouse}) command line flag.
 
@@ -354,21 +357,12 @@ toggles the -M (@code{--mac}) command line flag.
 @item Smooth Scrolling Toggle (Meta-S)
 toggles the -S (@code{--smooth}) command line flag.
 
-@item AutoWrap Toggle (Meta-W)
-toggles the -w (@code{--nowrap}) command line flag.
-
 @item Expert/Nohelp Toggle (Meta-X)
 toggles the -x (@code{--nohelp}) command line flag.
 
 @item Suspend Toggle (Meta-Z)
 toggles the -z (@code{--suspend}) command line flag.
 
-@item Open Previous File Toggle (Meta-<)
-changes buffer to previously loaded file.
-
-@item Open Next File Toggle (Meta->)
-changes buffer to next loaded file.
-
 @end table