# HG changeset patch # User Richard M. Stallman # Date 1167459906 0 # Node ID 489131611785baa4dd2765c839a9ff8fbf8952bc # Parent 78afa86b94e9c138cdd25b45cd89ae7ac95e66a4 (Fdefine_key): Doc fix. diff -r 78afa86b94e9 -r 489131611785 src/keymap.c --- 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