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 | |
| parent | f1282c7ff47b6d2f34b3275e01cb2a211a22f5b5 (diff) | |
| download | emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.tar.gz emacs-35936c5c67a9959123218cfe48e5037d119e4aa3.zip | |
(Fkey_binding): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keymap.c | 2 |
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 @@ | |||
| 1 | 2002-07-11 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * keymap.c (Fkey_binding): Fix typo. | ||
| 4 | |||
| 1 | 2002-07-11 Richard M. Stallman <rms@gnu.org> | 5 | 2002-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 | ||
| 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; |