From: Richard M. Stallman Date: Wed, 16 Aug 2006 05:11:54 +0000 (+0000) Subject: (Extended Menu Items): Show format of cached bindings in extended menu items. X-Git-Tag: emacs-pretest-22.0.90~982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0007b8a660d4fde62c3f342acc15bd11123b066a;p=emacs.git (Extended Menu Items): Show format of cached bindings in extended menu items. --- diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 44b92ddfcb8..13f4550a082 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -2016,7 +2016,7 @@ binding, like this: @c This line is not too long--rms. @example -(@var{item-string} @r{[}@var{help-string}@r{]} (@var{key-binding-data}) . @var{real-binding}) +(@var{item-string} @r{[}@var{help}@r{]} (@var{key-binding-data}) . @var{real-binding}) @end example @noindent @@ -2140,6 +2140,13 @@ operates on menu data structures, so you should write it so it can safely be called at any time. @end table + When an equivalent key binding is cached, the binding looks like this. + +@example +(menu-item @var{item-name} @var{real-binding} (@var{key-binding-data}) + . @var{item-property-list}) +@end example + @node Menu Separators @subsubsection Menu Separators @cindex menu separators