commit 65ab1c87b750739a65fac6ca43e2550a269518c0
parent 0c0cafbc19dfe24ef14b56397c7a3289e832333d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 27 Oct 2006 02:57:35 +0000
in nano.texi, add minor wording fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3916 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,6 +1,8 @@
CVS code -
- General:
- Miscellaneous comment fixes. (DLR)
+- doc/nano.texi:
+ - Add minor wording fixes. (DLR)
GNU nano 1.9.99pre3 - 2006.10.25
- chars.c:
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
@@ -8,8 +8,8 @@
@c Run 'makeinfo' rather than 'texinfo-format-buffer'.
@smallbook
@set EDITION 0.1
-@set VERSION 1.9.99pre1
-@set UPDATED 30 Jul 2006
+@set VERSION 1.9.99pre3
+@set UPDATED 26 Oct 2006
@dircategory Editors
@direntry
@@ -23,7 +23,7 @@
@titlepage
@title GNU @code{nano}
@subtitle a small and friendly text editor.
-@subtitle version 1.9.99pre1
+@subtitle version 1.9.99pre3
@author Chris Allegretta
@page
@@ -64,8 +64,9 @@ editor.
GNU @code{nano} is a small and friendly text editor. Besides basic text
editing, @code{nano} offers many extra features like an interactive
-search and replace, go to line number, auto-indentation, feature
-toggles, internationalization support, and filename tab completion.
+search and replace, go to line and column number, auto-indentation,
+feature toggles, internationalization support, and filename tab
+completion.
@menu
* Overview::
@@ -792,8 +793,8 @@ line option, which enables long line wrapping.
@item --enable-tiny
This option disables all the above. It also disables some of the larger
-internals of the editor, like the marking code and the cut to line code.
-It also disables the function toggles.
+internals of the editor, like the marking code and the cut to end of
+line code. It also disables the function toggles.
@item --enable-debug
Enable support for runtime debug output. This can get pretty messy, so