Mercurial > emacs
comparison src/keymap.c @ 46310:70bccd2fee9f
(Fkey_binding): Fix typo.
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Fri, 12 Jul 2002 03:37:49 +0000 |
| parents | 1fb8f75062c6 |
| children | 40db0673e6f0 |
comparison
equal
deleted
inserted
replaced
| 46309:8024f6fa3976 | 46310:70bccd2fee9f |
|---|---|
| 1415 optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does | 1415 optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does |
| 1416 recognize the default bindings, just as `read-key-sequence' does. | 1416 recognize the default bindings, just as `read-key-sequence' does. |
| 1417 | 1417 |
| 1418 Like the normal command loop, `key-binding' will remap the command | 1418 Like the normal command loop, `key-binding' will remap the command |
| 1419 resulting from looking up KEY by looking up the command in the | 1419 resulting from looking up KEY by looking up the command in the |
| 1420 currrent keymaps. However, if the optional third argument NO-REMAP | 1420 current keymaps. However, if the optional third argument NO-REMAP |
| 1421 is non-nil, `key-binding' returns the unmapped command. */) | 1421 is non-nil, `key-binding' returns the unmapped command. */) |
| 1422 (key, accept_default, no_remap) | 1422 (key, accept_default, no_remap) |
| 1423 Lisp_Object key, accept_default, no_remap; | 1423 Lisp_Object key, accept_default, no_remap; |
| 1424 { | 1424 { |
| 1425 Lisp_Object *maps, value; | 1425 Lisp_Object *maps, value; |
