mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
make all the descriptions of -O/--morespace consistent
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3826 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
550ca10378
commit
57703086e2
@ -3,9 +3,10 @@ CVS code -
|
||||
- Miscellaneous comment fixes. (DLR)
|
||||
- Fix option descriptions. At least one of the two parts of
|
||||
+LINE,COLUMN must be specified at all times; COLUMN is not the
|
||||
only optional value. Also fix a wording problem in
|
||||
-W/--wordbounds. Changes to usage(), UPGRADE, nano.1,
|
||||
nanorc.5, rnano.1, nano.texi, and nanorc.sample.in. (DLR)
|
||||
only optional value. Also fix wording problems in
|
||||
-O/--morespace and -W/--wordbounds. Changes to usage(),
|
||||
UPGRADE, nano.1, nanorc.5, rnano.1, nano.texi, and
|
||||
nanorc.sample.in. (DLR)
|
||||
- Fix mouse support so that it truly ignores everything except
|
||||
releases and clicks of button 1. Changes to
|
||||
enable_mouse_support() and get_mouseinput(). (DLR)
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\" warranty.
|
||||
.\"
|
||||
.\" $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.
|
||||
.\"
|
||||
.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".
|
||||
.TP
|
||||
.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
|
||||
.B set/unset mouse
|
||||
Enable mouse support, if available for your system. When enabled, mouse
|
||||
|
@ -525,7 +525,7 @@ default value is
|
||||
@end quotation
|
||||
|
||||
@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
|
||||
Enable mouse support, so that mouse clicks can be used to place the
|
||||
|
Loading…
Reference in New Issue
Block a user