+2014-02-27 Mike Frysinger <vapier@gentoo.org>
+ * doc/man/nanorc.5 - Relocate the misplaced unbind section,
+ and improve formatting. (Patch tweaked by Benno.)
+
2014-02-27 Benno Schulenberg <bensberg@justemail.net>
- src/help.c (parse_help_input) - Make 'Space' again an alias
+ * src/help.c (parse_help_input) - Make 'Space' again an alias
for PageDown and 'Minus' for PageUp -- they were mistakenly
swapped during code conversion in revision 4223.
.\" <http://www.gnu.org/licenses/>.
.\"
.\" $Id$
-.TH NANORC 5 "version 2.0.0" "August 23, 2007"
+.TH NANORC 5 "version 2.3.2" "February 2014
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
Read in self-contained color syntaxes from \fIsyntaxfile\fP. Note that
\fIsyntaxfile\fP can only contain \fBsyntax\fP, \fBcolor\fP, and
\fBicolor\fP commands.
+
.SH KEY BINDINGS
Key bindings may be reassigned via the following commands:
.TP
-.B bind \fIkey\fP \fIfunction\fP \fImenu\fP
+.B bind \fIkey\fP \fIfunction\fP \fImenu\fP
Rebinds the key \fIkey\fP to a new function named \fIfunction\fP in the
-context of menu \fImenu\fP. The format of \fIkey\fP should be one of:
+context of menu \fImenu\fP.
+.TP
+.B unbind \fIkey\fP \fImenu\fP
+Unbinds the key \fIkey\fP from the menu named \fImenu\fP (or from all
+menus where it exists by using \fBall\fP).
+
+.TP
+The format of \fIkey\fP should be one of:
.TP
.B ^
followed by an alpha character or the word "Space".
followed by a numeric value from 1 to 16.
Example: F10
.TP
-Valid function names to be bound include:
-.TP 3
+
+Valid \fIfunction\fP names to be bound include:
+
+.TP 2
.B help
Invoke the help menu.
.TP
Toggle whether the suspend sequence (normally ^Z) will suspend the editor window.
.TP
-Valid menu sections are:
-.TP
+Valid \fImenu\fP sections are:
+
+.TP 2
.B main
The main editor window where text is entered.
.TP
The 'insert file' menu.
.TP
.B extcmd
-The menu for inserting output from an external comman, reached from the insert menu.
+The menu for inserting output from an external command, reached from the insert menu.
.TP
.B help
The help menu.
.B all
A special name meaning: apply to all menus where this function exists.
-.TP
-.B unbind \fIkey\fP \fImenu\fP
-Unbind the key \fIkey\fP from the menu named \fImenu\fP or from all
-menus by using \fIall\fP. Same key syntax as for binding.
-Rebinds the key \fIkey\fP to a new function named \fIfunction\fP in the
-context of menu \fImenu\fP. The format of \fIkey\fP should be one of:
.SH FILES
.TP
.I SYSCONFDIR/nanorc