Improving the indentation of some lists in the nanorc man page.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5130 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
32e76c4386
commit
336b0ecbca
|
@ -2,6 +2,7 @@
|
||||||
* doc/man/nanorc.5, doc/texinfo/nano.texi: Add a note about the
|
* doc/man/nanorc.5, doc/texinfo/nano.texi: Add a note about the
|
||||||
inherent imperfection of using regular expressions for syntax
|
inherent imperfection of using regular expressions for syntax
|
||||||
highlighting, as suggested by Mike Frysinger in bug #30962.
|
highlighting, as suggested by Mike Frysinger in bug #30962.
|
||||||
|
* doc/man/nanorc.5: Improve the indentation of some lists.
|
||||||
|
|
||||||
GNU nano 2.3.99pre2 - 2015.02.27
|
GNU nano 2.3.99pre2 - 2015.02.27
|
||||||
2015-02-25 Chris Allegretta <chrisa@asty.org>
|
2015-02-25 Chris Allegretta <chrisa@asty.org>
|
||||||
|
|
|
@ -347,7 +347,8 @@ menus where it exists by using \fBall\fP).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
The format of \fIkey\fP should be one of:
|
The format of \fIkey\fP should be one of:
|
||||||
.TP
|
.RS 3
|
||||||
|
.TP 3
|
||||||
.B ^
|
.B ^
|
||||||
followed by an alpha character or the word "Space".
|
followed by an alpha character or the word "Space".
|
||||||
Example: ^C
|
Example: ^C
|
||||||
|
@ -359,10 +360,11 @@ Example: M-C
|
||||||
.B F
|
.B F
|
||||||
followed by a numeric value from 1 to 16.
|
followed by a numeric value from 1 to 16.
|
||||||
Example: F10
|
Example: F10
|
||||||
|
.RE
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
||||||
Valid \fIfunction\fP names to be bound include:
|
Valid \fIfunction\fP names to be bound include:
|
||||||
|
.RS 3
|
||||||
.TP 2
|
.TP 2
|
||||||
.B help
|
.B help
|
||||||
Invokes the help viewer.
|
Invokes the help viewer.
|
||||||
|
@ -675,6 +677,7 @@ The 'go to directory' menu in the file browser.
|
||||||
A special name that encompasses all menus.
|
A special name that encompasses all menus.
|
||||||
For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;
|
For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;
|
||||||
for \fBunbind\fR it means all menus where the specified \fIkey\fR exists.
|
for \fBunbind\fR it means all menus where the specified \fIkey\fR exists.
|
||||||
|
.RE
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue