sort more configure options consistently
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3218 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
ace033d834
commit
43eee6ed44
|
@ -9,7 +9,7 @@
|
||||||
@smallbook
|
@smallbook
|
||||||
@set EDITION 0.1
|
@set EDITION 0.1
|
||||||
@set VERSION 1.3.10
|
@set VERSION 1.3.10
|
||||||
@set UPDATED 21 Nov 2005
|
@set UPDATED 28 Nov 2005
|
||||||
|
|
||||||
@dircategory Editors
|
@dircategory Editors
|
||||||
@direntry
|
@direntry
|
||||||
|
@ -510,6 +510,10 @@ Disable the justify and unjustify functions.
|
||||||
Disable all mouse functionality. This also disables the -m command line
|
Disable all mouse functionality. This also disables the -m command line
|
||||||
option, which enables the mouse functionality.
|
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
|
@item --disable-speller
|
||||||
Disable use of the spell checker. This also disables the -s command
|
Disable use of the spell checker. This also disables the -s command
|
||||||
line option, which allows specifying an alternate spell checker.
|
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
|
@item --disable-tabcomp
|
||||||
Disable the tab completion code when reading or writing files.
|
Disable the tab completion code when reading or writing files.
|
||||||
|
|
||||||
@item --disable-operatingdir
|
@item --disable-wrapping
|
||||||
Disable setting the operating directory. This also disables the -o
|
Disable all long line wrapping. This also eliminates the -w command
|
||||||
command line option, which sets the operating directory.
|
line option, which enables long line wrapping.
|
||||||
|
|
||||||
@item --enable-tiny
|
@item --enable-tiny
|
||||||
This option disables all the above. It also disables some of the larger
|
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
|
Disables Native Language support. This will disable use of the
|
||||||
available GNU @code{nano} translations.
|
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
|
@item --disable-wrapping-as-root
|
||||||
Disable long line wrapping by default when nano is run as root.
|
Disable long line wrapping by default when nano is run as root.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue