comparison src/keymap.c @ 77422:7ecfd3e438e0

(Fdefine_key): Minor doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Apr 2007 16:53:57 +0000
parents 6698eef48043
children 922696f363b0 f526513aec92 e6fdae9180d4
comparison
equal deleted inserted replaced
77421:d5d1e2d56e62 77422:7ecfd3e438e0
1123 function definition, which should at that time be one of the above, 1123 function definition, which should at that time be one of the above,
1124 or another symbol whose function definition is used, etc.), 1124 or another symbol whose function definition is used, etc.),
1125 a cons (STRING . DEFN), meaning that DEFN is the definition 1125 a cons (STRING . DEFN), meaning that DEFN is the definition
1126 (DEFN should be a valid definition in its own right), 1126 (DEFN should be a valid definition in its own right),
1127 or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP, 1127 or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP,
1128 or an extended menu item definition. (See info node 1128 or an extended menu item definition.
1129 `(elisp)Extended Menu Items'.) 1129 (See info node `(elisp)Extended Menu Items'.)
1130 1130
1131 If KEYMAP is a sparse keymap with a binding for KEY, the existing 1131 If KEYMAP is a sparse keymap with a binding for KEY, the existing
1132 binding is altered. If there is no binding for KEY, the new pair 1132 binding is altered. If there is no binding for KEY, the new pair
1133 binding KEY to DEF is added at the front of KEYMAP. */) 1133 binding KEY to DEF is added at the front of KEYMAP. */)
1134 (keymap, key, def) 1134 (keymap, key, def)