]> git.wh0rd.org Git - nano.git/commitdiff
in nano.texi, add minor wording fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 Oct 2006 02:57:35 +0000 (02:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 Oct 2006 02:57:35 +0000 (02:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3916 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/texinfo/nano.texi

index 0039b9d00e4348d25fda09018e73b9fc04e3194e..44e5dfa9dcbd3fad72add5b28324a83d01f33a44 100644 (file)
--- 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:
index 8b97cd3c372553af5c396050a6b55caeaf3c65de..6fda76325221ccf0b20846c5cc194806d1dab3ce 100644 (file)
@@ -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