diff options
| author | Kim F. Storm | 2003-02-12 23:16:20 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-02-12 23:16:20 +0000 |
| commit | a84db054588431f32d00597b4eaa068b27ed9931 (patch) | |
| tree | 57019c2e7e9e5042eca491a3080e01fad92da691 | |
| parent | 023b93f6b0f2cabf7444f6ae167305e3fa6ac56e (diff) | |
| download | emacs-a84db054588431f32d00597b4eaa068b27ed9931.tar.gz emacs-a84db054588431f32d00597b4eaa068b27ed9931.zip | |
Renamed remap-command to command-remapping.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1438,8 +1438,8 @@ The following changes have been made to provide command remapping: | |||
| 1438 | to definition DEF in keymap MAP. The definition is not limited to | 1438 | to definition DEF in keymap MAP. The definition is not limited to |
| 1439 | another command; it can be anything accepted for a normal binding. | 1439 | another command; it can be anything accepted for a normal binding. |
| 1440 | 1440 | ||
| 1441 | - The new function `remap-command' returns the binding for a remapped | 1441 | - The new function `command-remapping' returns the binding for a |
| 1442 | command in the current keymaps, or nil if it isn't remapped. | 1442 | remapped command in the current keymaps, or nil if not remapped. |
| 1443 | 1443 | ||
| 1444 | - key-binding now remaps interactive commands unless the optional | 1444 | - key-binding now remaps interactive commands unless the optional |
| 1445 | third argument NO-REMAP is non-nil. | 1445 | third argument NO-REMAP is non-nil. |