+2000-05-04 Gerd Moellmann <gerd@gnu.org>
+
+ * subr.el (substitute-key-definition): Clarify documentation.
+
+2000-05-04 Milan Zamazal <pdm@freesoft.cz>
+
+ * glasses.el (glasses-convert-to-unreadable): Use
+ `glasses-separator' instead of the hard-wired "_".
+ (glasses-mode): Call `glasses-make-unreadable' only in a single
+ place.
+
2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
* term/internal.el (cjk-codepages-alist): Add associations for
(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))