summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-02-12 23:16:20 +0000
committerKim F. Storm <storm@cua.dk>2003-02-12 23:16:20 +0000
commitbda58024f879666d7d452c17a3552017ca609e46 (patch)
tree57b75e89d4335f1d8dbb7510c6dc98a926753b4f
parent2e442a95ee8810a68b1624c0bd18733ce2a9b25d (diff)
downloademacs-bda58024f879666d7d452c17a3552017ca609e46.tar.gz
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:
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.