aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-07-12 03:38:12 +0000
committerMarkus Rost <[email protected]>2002-07-12 03:38:12 +0000
commit35936c5c67a9959123218cfe48e5037d119e4aa3 (patch)
treeb0083cabe65c53f4d9af67a0571ff7e8da3d8421
parentf1282c7ff47b6d2f34b3275e01cb2a211a22f5b5 (diff)
(Fkey_binding): Fix typo.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keymap.c2
2 files changed, 5 insertions, 1 deletions
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 <[email protected]>
+
+ * keymap.c (Fkey_binding): Fix typo.
+
2002-07-11 Richard M. Stallman <[email protected]>
* 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;