aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Rost2002-07-12 03:38:12 +0000
committerMarkus Rost2002-07-12 03:38:12 +0000
commit35936c5c67a9959123218cfe48e5037d119e4aa3 (patch)
treeb0083cabe65c53f4d9af67a0571ff7e8da3d8421 /src
parentf1282c7ff47b6d2f34b3275e01cb2a211a22f5b5 (diff)
downloademacs-35936c5c67a9959123218cfe48e5037d119e4aa3.tar.gz
emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.zip
(Fkey_binding): Fix typo.
Diffstat (limited to 'src')
-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 621f7237999..99b53bf2cc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-07-11 Markus Rost <rost@math.ohio-state.edu>
2
3 * keymap.c (Fkey_binding): Fix typo.
4
12002-07-11 Richard M. Stallman <rms@gnu.org> 52002-07-11 Richard M. Stallman <rms@gnu.org>
2 6
3 * s/hpux11.h (BROKEN_SA_RESTART): Defined. 7 * 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.
1417 1417
1418Like the normal command loop, `key-binding' will remap the command 1418Like the normal command loop, `key-binding' will remap the command
1419resulting from looking up KEY by looking up the command in the 1419resulting from looking up KEY by looking up the command in the
1420currrent keymaps. However, if the optional third argument NO-REMAP 1420current keymaps. However, if the optional third argument NO-REMAP
1421is non-nil, `key-binding' returns the unmapped command. */) 1421is non-nil, `key-binding' returns the unmapped command. */)
1422 (key, accept_default, no_remap) 1422 (key, accept_default, no_remap)
1423 Lisp_Object key, accept_default, no_remap; 1423 Lisp_Object key, accept_default, no_remap;