aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
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/keymap.c
parentf1282c7ff47b6d2f34b3275e01cb2a211a22f5b5 (diff)
downloademacs-35936c5c67a9959123218cfe48e5037d119e4aa3.tar.gz
emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.zip
(Fkey_binding): Fix typo.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
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;