Mercurial > emacs
changeset 46310:70bccd2fee9f
(Fkey_binding): Fix typo.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Fri, 12 Jul 2002 03:37:49 +0000 |
parents | 8024f6fa3976 |
children | f0ce459aa276 |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;