commit 203ce1524789bcba75845ca57eb8c14d2df474a6
parent 5b387d7527f9e15d4b2598ddb3a4143bf172fe44
Author: Chris Allegretta <chrisa@asty.org>
Date: Fri, 23 Feb 2001 03:05:38 +0000
nano.texi: - Meta-Z correction and grammar in --enable-tiny desc (Neil Parks)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git 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
diff --git 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