From: Markus Rost Date: Fri, 12 Jul 2002 03:38:12 +0000 (+0000) Subject: (Fkey_binding): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35936c5c67a9959123218cfe48e5037d119e4aa3;p=emacs.git (Fkey_binding): Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 621f7237999..99b53bf2cc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-11 Markus Rost + + * keymap.c (Fkey_binding): Fix typo. + 2002-07-11 Richard M. Stallman * s/hpux11.h (BROKEN_SA_RESTART): Defined. diff --git a/src/keymap.c b/src/keymap.c index d811d1727f4..467b5119b98 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1417,7 +1417,7 @@ recognize the default bindings, just as `read-key-sequence' does. 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;