diff options
| author | Markus Rost | 2002-07-12 03:38:12 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-07-12 03:38:12 +0000 |
| commit | 35936c5c67a9959123218cfe48e5037d119e4aa3 (patch) | |
| tree | b0083cabe65c53f4d9af67a0571ff7e8da3d8421 /src/keymap.c | |
| parent | f1282c7ff47b6d2f34b3275e01cb2a211a22f5b5 (diff) | |
| download | emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.tar.gz emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.zip | |
(Fkey_binding): Fix typo.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
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 | ||
| 1418 | Like the normal command loop, `key-binding' will remap the command | 1418 | Like the normal command loop, `key-binding' will remap the command |
| 1419 | resulting from looking up KEY by looking up the command in the | 1419 | resulting from looking up KEY by looking up the command in the |
| 1420 | currrent keymaps. However, if the optional third argument NO-REMAP | 1420 | current keymaps. However, if the optional third argument NO-REMAP |
| 1421 | is non-nil, `key-binding' returns the unmapped command. */) | 1421 | is 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; |