From: Richard M. Stallman Date: Sat, 30 Dec 2006 06:25:06 +0000 (+0000) Subject: (Fdefine_key): Doc fix. X-Git-Tag: emacs-pretest-22.0.93~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b23916e76b774bda78cccbd8653aab89376f1d62;p=emacs.git (Fdefine_key): Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index d367d7d3758..8a3f093780d 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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