make all the descriptions of -O/--morespace consistent
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3826 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
550ca10378
commit
57703086e2
|
@ -3,9 +3,10 @@ CVS code -
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
- Fix option descriptions. At least one of the two parts of
|
- Fix option descriptions. At least one of the two parts of
|
||||||
+LINE,COLUMN must be specified at all times; COLUMN is not the
|
+LINE,COLUMN must be specified at all times; COLUMN is not the
|
||||||
only optional value. Also fix a wording problem in
|
only optional value. Also fix wording problems in
|
||||||
-W/--wordbounds. Changes to usage(), UPGRADE, nano.1,
|
-O/--morespace and -W/--wordbounds. Changes to usage(),
|
||||||
nanorc.5, rnano.1, nano.texi, and nanorc.sample.in. (DLR)
|
UPGRADE, nano.1, nanorc.5, rnano.1, nano.texi, and
|
||||||
|
nanorc.sample.in. (DLR)
|
||||||
- Fix mouse support so that it truly ignores everything except
|
- Fix mouse support so that it truly ignores everything except
|
||||||
releases and clicks of button 1. Changes to
|
releases and clicks of button 1. Changes to
|
||||||
enable_mouse_support() and get_mouseinput(). (DLR)
|
enable_mouse_support() and get_mouseinput(). (DLR)
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
.\" warranty.
|
.\" warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANORC 5 "version 1.9.99pre1" "July 12, 2006"
|
.TH NANORC 5 "version 1.9.99pre1" "July 30, 2006"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -92,7 +92,7 @@ come before the latter set, and both must be in the same order. The
|
||||||
default value is "\fI(<[{)>]}\fP".
|
default value is "\fI(<[{)>]}\fP".
|
||||||
.TP
|
.TP
|
||||||
.B set/unset morespace
|
.B set/unset morespace
|
||||||
Allow use of the blank line below the titlebar as extra editing space.
|
Use the blank line below the titlebar as extra editing space.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset mouse
|
.B set/unset mouse
|
||||||
Enable mouse support, if available for your system. When enabled, mouse
|
Enable mouse support, if available for your system. When enabled, mouse
|
||||||
|
|
|
@ -525,7 +525,7 @@ default value is
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
@item set/unset morespace
|
@item set/unset morespace
|
||||||
Allow use of the blank line below the titlebar as extra editing space.
|
Use the blank line below the titlebar as extra editing space.
|
||||||
|
|
||||||
@item set/unset mouse
|
@item set/unset mouse
|
||||||
Enable mouse support, so that mouse clicks can be used to place the
|
Enable mouse support, so that mouse clicks can be used to place the
|
||||||
|
|
Loading…
Reference in New Issue