# HG changeset patch # User Gerd Moellmann # Date 957471522 0 # Node ID 8a7623ffeeacd1d44e90fc760110759a038cdf40 # Parent 4756047a4398e3c59f18e5debaac760d2addb79f (substitute-key-definition): Clarify documentation. diff -r 4756047a4398 -r 8a7623ffeeac lisp/subr.el --- a/lisp/subr.el Thu May 04 20:17:59 2000 +0000 +++ b/lisp/subr.el Thu May 04 20:18:42 2000 +0000 @@ -226,7 +226,7 @@ (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. -If optional fourth argument OLDMAP is specified, we redefine +Alternatively, if optional fourth argument OLDMAP is specified, we redefine in KEYMAP as NEWDEF those chars which are defined as OLDDEF in OLDMAP." (or prefix (setq prefix "")) (let* ((scan (or oldmap keymap))