changeset 74975:489131611785

(Fdefine_key): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Dec 2006 06:25:06 +0000
parents 78afa86b94e9
children 0f864459ff38
files src/keymap.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Sat Dec 30 02:00:28 2006 +0000
+++ b/src/keymap.c	Sat Dec 30 06:25:06 2006 +0000
@@ -1124,7 +1124,8 @@
     or another symbol whose function definition is used, etc.),
  a cons (STRING . DEFN), meaning that DEFN is the definition
     (DEFN should be a valid definition in its own right),
- or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP.
+ or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP,
+ or an extended menu item definition.  (See info node `Extended Menu Items'.)
 
 If KEYMAP is a sparse keymap with a binding for KEY, the existing
 binding is altered.  If there is no binding for KEY, the new pair