(Fdefine_key): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Dec 2006 06:25:06 +0000 (06:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Dec 2006 06:25:06 +0000 (06:25 +0000)
src/keymap.c

index d367d7d..8a3f093 100644 (file)
@@ -1124,7 +1124,8 @@ DEF is anything that can be a key's definition:
     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