# HG changeset patch # User Stephen J. Turnbull # Date 1356629356 -32400 # Node ID 6b027725e3401176451d62ba5e86de32bc38c6d6 # Parent c65b0329894b09c08423739508d277548a0b1a00 Doc typo fix. diff -r c65b0329894b -r 6b027725e340 man/ChangeLog --- a/man/ChangeLog Mon Dec 24 18:40:47 2012 +0900 +++ b/man/ChangeLog Fri Dec 28 02:29:16 2012 +0900 @@ -1,3 +1,7 @@ +2012-12-28 Byrel Mitchell + + * lispref/menus.texi (Creating Menu Accelerators): Typo fix. + 2012-10-13 Mats Lidell * lispref/processes.texi (Synchronous Processes): New function diff -r c65b0329894b -r 6b027725e340 man/lispref/menus.texi --- a/man/lispref/menus.texi Mon Dec 24 18:40:47 2012 +0900 +++ b/man/lispref/menus.texi Fri Dec 28 02:29:16 2012 +0900 @@ -638,7 +638,7 @@ will add a new menu to the top level menubar. The new menu can be reached by pressing "t" while the top level menubar is active. When the menu is active, pressing "1" will activate the first item and insert the character -"1" into the buffer. Pressing "2" will activate the second item and insert +"1" into the buffer. Pressing "T" will activate the second item and insert the character "2" into the buffer. Pressing "3" will activate the third item and insert the character "3" into the buffer.