Mercurial > emacs
changeset 49758:0f9474583892
Renamed remap-command to command-remapping.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 12 Feb 2003 23:16:20 +0000 |
parents | 9fe119b14379 |
children | e09f7a4a26cd |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Feb 12 23:13:43 2003 +0000 +++ b/etc/NEWS Wed Feb 12 23:16:20 2003 +0000 @@ -1438,8 +1438,8 @@ to definition DEF in keymap MAP. The definition is not limited to another command; it can be anything accepted for a normal binding. -- The new function `remap-command' returns the binding for a remapped - command in the current keymaps, or nil if it isn't remapped. +- The new function `command-remapping' returns the binding for a + remapped command in the current keymaps, or nil if not remapped. - key-binding now remaps interactive commands unless the optional third argument NO-REMAP is non-nil.