]> git.wh0rd.org Git - nano.git/commitdiff
Relocating the misplaced unbind section, patch mostly by Mike Frysinger.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 27 Feb 2014 19:57:52 +0000 (19:57 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 27 Feb 2014 19:57:52 +0000 (19:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/man/nanorc.5

index e6de7adfe19df45aa8fc8c484ae6063b2af03b3e..ce389af29b7c26ab78afd426f40f62706ffd9267 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
+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.
 
index 8a68d20926ad3afbadac8486b5ab3c0d659059be..3ea5e84a629c5bbf84e5f2409e837b747fbe0497 100644 (file)
@@ -19,7 +19,7 @@
 .\"   <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
@@ -287,12 +287,20 @@ Same as above, except that the expression matching is case insensitive.
 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".
@@ -306,8 +314,10 @@ Example: M-C
 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
@@ -514,8 +524,9 @@ Toggle whether long lines will be wrapped to the next line.
 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
@@ -538,7 +549,7 @@ The 'write file' menu.
 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.
@@ -558,12 +569,6 @@ The 'go to directory' 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