From 35936c5c67a9959123218cfe48e5037d119e4aa3 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Fri, 12 Jul 2002 03:38:12 +0000 Subject: (Fkey_binding): Fix typo. --- src/ChangeLog | 4 ++++ src/keymap.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 621f723799..99b53bf2cc 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 d811d1727f..467b5119b9 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; -- cgit v1.2.3