diff options
author | Kim F. Storm <storm@cua.dk> | 2003-02-12 23:13:43 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-02-12 23:13:43 +0000 |
commit | 023b93f6b0f2cabf7444f6ae167305e3fa6ac56e (patch) | |
tree | 671fea9b3889af16798fc889f110d4f904604bc8 /src/keymap.h | |
parent | 0ab47edc289ec1dcc674b94c92b901621462d025 (diff) | |
download | emacs-023b93f6b0f2cabf7444f6ae167305e3fa6ac56e.tar.gz |
Renamed remap-command to command-remapping. All uses changed.
Diffstat (limited to 'src/keymap.h')
-rw-r--r-- | src/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.h b/src/keymap.h index 4e672eeaa65..2524c9af45b 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -28,7 +28,7 @@ EXFUN (Fmake_sparse_keymap, 1); EXFUN (Fkeymap_prompt, 1); EXFUN (Fdefine_key, 3); EXFUN (Flookup_key, 3); -EXFUN (Fremap_command, 1); +EXFUN (Fcommand_remapping, 1); EXFUN (Fkey_binding, 3); EXFUN (Fkey_description, 1); EXFUN (Fsingle_key_description, 2); |