]> git.wh0rd.org Git - nano.git/commitdiff
nano.texi: - Meta-Z correction and grammar in --enable-tiny desc (Neil Parks)
authorChris Allegretta <chrisa@asty.org>
Fri, 23 Feb 2001 03:05:38 +0000 (03:05 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 23 Feb 2001 03:05:38 +0000 (03:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nano.texi

index 7f3df04834f46993839b562f51682c417647a25c..04865ba014d877a1fbd97a2f3a0c0ffc88afa3c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 CVS code -
 - search.c:
        - s/occurence/occurrence typos (Jordi).
+- nano.texi:
+       - Meta-Z correction and grammar in --enable-tiny desc (Neil Parks).
 
 nano-0.9.99pre3 - 02/19/2001
 - General
index c52fcda4a3817c81fcb1cb9ef5f46509c343511c..6d47151ac63a40dbc42a61ec7a73c2f470ca4b62 100644 (file)
--- a/nano.texi
+++ b/nano.texi
@@ -297,7 +297,7 @@ toggles the -w (--nowrap) command line flag.
 toggles the -x (--nohelp) command line flag.
 
 @item Suspend Toggle (Meta-Z)
-toggles the -i (--autoindent) command line flag.
+toggles the -z (--suspend) command line flag.
 
 @end table
 
@@ -398,7 +398,7 @@ Disables the mini file browser (^O) when reading or writing files.
 @item --enable-tiny
 This options disables all the above.  It also disables some of
 the larger internals of the editor, like the marker code (^^) and
-the cut to line (-k) option which depends on the it to work properly.
+the cut to line (-k) option which it depends on to work properly.
 It also disables the function toggles and mouse support.
 @end table