changeset 28811:8a7623ffeeac

(substitute-key-definition): Clarify documentation.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 May 2000 20:18:42 +0000
parents 4756047a4398
children 2b5f991123b8
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))