diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82aec89b14b..bb38dbc47ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2004-11-02 Kim F. Storm + * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so + substitute-command-keys will select lower-case bindings like those + used in the static help texts. + * descr-text.el (describe-text-properties): Don't err if called in the *Help* buffer; output to *Help-2* buffer instead.