]> git.eshelyaron.com Git - emacs.git/commitdiff
Renamed remap-command to command-remapping.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Feb 2003 23:16:20 +0000 (23:16 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Feb 2003 23:16:20 +0000 (23:16 +0000)
etc/NEWS

index 21a545c52b97d5f89d563946215455b8deac8390..b15024d9a28a8ec618d81513a8a27eb1415749fe 100644 (file)
--- 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.