Mercurial > emacs
comparison src/keymap.c @ 77367:6698eef48043
(Fdefine_key): Fix info ref in doc string.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 21 Apr 2007 19:29:26 +0000 |
parents | a5751af0b8a7 |
children | 7ecfd3e438e0 |
comparison
equal
deleted
inserted
replaced
77366:724c6ca82a1f | 77367:6698eef48043 |
---|---|
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 `Extended Menu Items'.) | 1128 or an extended menu item definition. (See info node |
1129 `(elisp)Extended Menu Items'.) | |
1129 | 1130 |
1130 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 |
1131 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 |
1132 binding KEY to DEF is added at the front of KEYMAP. */) | 1133 binding KEY to DEF is added at the front of KEYMAP. */) |
1133 (keymap, key, def) | 1134 (keymap, key, def) |