# HG changeset patch # User Richard M. Stallman # Date 1155705114 0 # Node ID 4ed64476d54d4b352cd5d5ceb6c6f69cc1990a0a # Parent 0e8b738d2b51b83371e8a65bf503eb853f79db01 (Extended Menu Items): Show format of cached bindings in extended menu items. diff -r 0e8b738d2b51 -r 4ed64476d54d lispref/keymaps.texi --- a/lispref/keymaps.texi Wed Aug 16 05:10:55 2006 +0000 +++ b/lispref/keymaps.texi Wed Aug 16 05:11:54 2006 +0000 @@ -2016,7 +2016,7 @@ @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 @@ 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