emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v
Date: Sun, 22 Apr 2007 16:59:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/22 16:59:45

Index: keymaps.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/keymaps.texi,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- keymaps.texi        12 Apr 2007 23:23:25 -0000      1.103
+++ keymaps.texi        22 Apr 2007 16:59:44 -0000      1.104
@@ -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:
+
address@hidden
+(menu-item @var{item-name} @var{real-binding} (@var{key-binding-data})
+    . @var{item-property-list})
address@hidden 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.
-
address@hidden
-(menu-item @var{item-name} @var{real-binding} (@var{key-binding-data})
-    . @var{item-property-list})
address@hidden example
-
 @node Menu Separators
 @subsubsection Menu Separators
 @cindex menu separators




reply via email to

[Prev in Thread] Current Thread [Next in Thread]