Commit 336b0ecb authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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-d3aeb78583b8
parent 32e76c43
Showing with 7 additions and 3 deletions
+7 -3
...@@ -2,6 +2,7 @@ ...@@ -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). ...@@ -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 ...@@ -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
.TP .RE
.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. ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment