aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-02-12 23:16:20 +0000
committerKim F. Storm2003-02-12 23:16:20 +0000
commita84db054588431f32d00597b4eaa068b27ed9931 (patch)
tree57019c2e7e9e5042eca491a3080e01fad92da691
parent023b93f6b0f2cabf7444f6ae167305e3fa6ac56e (diff)
downloademacs-a84db054588431f32d00597b4eaa068b27ed9931.tar.gz
emacs-a84db054588431f32d00597b4eaa068b27ed9931.zip
Renamed remap-command to command-remapping.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 21a545c52b9..b15024d9a28 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.