Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/keymap.c Thu Jul 11 23:52:16 2002 +0000 +++ b/src/keymap.c Fri Jul 12 03:37:49 2002 +0000 @@ -1417,7 +1417,7 @@ Like the normal command loop, `key-binding' will remap the command resulting from looking up KEY by looking up the command in the -currrent keymaps. However, if the optional third argument NO-REMAP +current keymaps. However, if the optional third argument NO-REMAP is non-nil, `key-binding' returns the unmapped command. */) (key, accept_default, no_remap) Lisp_Object key, accept_default, no_remap;
