Mercurial > emacs
changeset 77425:a0465482d78d
(Extended Menu Items): Move the info about
format with cached keyboard binding.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Apr 2007 16:59:44 +0000 |
parents | d3f723361ea3 |
children | 2e139d8d34bc |
files | lispref/keymaps.texi |
diffstat | 1 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/keymaps.texi Sun Apr 22 16:58:23 2007 +0000 +++ b/lispref/keymaps.texi Sun Apr 22 16:59:44 2007 +0000 @@ -2094,7 +2094,17 @@ string. Thus, the string need not be a constant. The third element, @var{real-binding}, is the command to execute. The tail of the list, @var{item-property-list}, has the form of a property list which contains -other information. Here is a table of the properties that are supported: +other information. + + When an equivalent keyboard key binding is cached, the extended menu +item binding looks like this: + +@example +(menu-item @var{item-name} @var{real-binding} (@var{key-binding-data}) + . @var{item-property-list}) +@end example + + Here is a table of the properties that are supported: @table @code @item :enable @var{form} @@ -2180,13 +2190,6 @@ 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