From 0007b8a660d4fde62c3f342acc15bd11123b066a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Aug 2006 05:11:54 +0000 Subject: [PATCH] (Extended Menu Items): Show format of cached bindings in extended menu items. --- lispref/keymaps.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 44b92ddfcb..13f4550a08 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 -- 2.20.1