# HG changeset patch # User Kim F. Storm # Date 1045091780 0 # Node ID 0f9474583892812829ceb60533cff90c5cb3e1fd # Parent 9fe119b143794821f40e32a04a604c5db29fccda Renamed remap-command to command-remapping. diff -r 9fe119b14379 -r 0f9474583892 etc/NEWS --- 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.