1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Renamed remap-command to command-remapping.

This commit is contained in:
Kim F. Storm 2003-02-12 23:16:20 +00:00
parent 023b93f6b0
commit a84db05458

View File

@ -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.