1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Spelling fixes

This commit is contained in:
Paul Eggert 2016-11-04 14:50:09 -07:00
parent d8fac734e5
commit acae275b27
19 changed files with 29 additions and 29 deletions

View file

@ -903,7 +903,7 @@ KEY is a string or vector representing a sequence of keystrokes."
(defun substitute-key-definition (olddef newdef keymap &optional oldmap prefix)
"Replace OLDDEF with NEWDEF for any keys in KEYMAP now defined as OLDDEF.
In other words, OLDDEF is replaced with NEWDEF where ever it appears.
In other words, OLDDEF is replaced with NEWDEF wherever it appears.
Alternatively, if optional fourth argument OLDMAP is specified, we redefine
in KEYMAP as NEWDEF those keys which are defined as OLDDEF in OLDMAP.