commit 43eee6ed440388cd7cea67bd54434fa5a72381c3
parent ace033d83484d656e30bfb92d981dfee16a37f89
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 29 Nov 2005 04:25:57 +0000
sort more configure options consistently
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3218 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
@@ -9,7 +9,7 @@
@smallbook
@set EDITION 0.1
@set VERSION 1.3.10
-@set UPDATED 21 Nov 2005
+@set UPDATED 28 Nov 2005
@dircategory Editors
@direntry
@@ -510,6 +510,10 @@ Disable the justify and unjustify functions.
Disable all mouse functionality. This also disables the -m command line
option, which enables the mouse functionality.
+@item --disable-operatingdir
+Disable setting the operating directory. This also disables the -o
+command line option, which sets the operating directory.
+
@item --disable-speller
Disable use of the spell checker. This also disables the -s command
line option, which allows specifying an alternate spell checker.
@@ -517,9 +521,9 @@ line option, which allows specifying an alternate spell checker.
@item --disable-tabcomp
Disable the tab completion code when reading or writing files.
-@item --disable-operatingdir
-Disable setting the operating directory. This also disables the -o
-command line option, which sets the operating directory.
+@item --disable-wrapping
+Disable all long line wrapping. This also eliminates the -w command
+line option, which enables long line wrapping.
@item --enable-tiny
This option disables all the above. It also disables some of the larger
@@ -556,10 +560,6 @@ multibuffer, and nanorc).
Disables Native Language support. This will disable use of the
available GNU @code{nano} translations.
-@item --disable-wrapping
-Disable all long line wrapping. This also eliminates the -w command
-line option, which enables long line wrapping.
-
@item --disable-wrapping-as-root
Disable long line wrapping by default when nano is run as root.