aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 82aec89b14b..bb38dbc47ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12004-11-02 Kim F. Storm <storm@cua.dk> 12004-11-02 Kim F. Storm <storm@cua.dk>
2 2
3 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4 substitute-command-keys will select lower-case bindings like those
5 used in the static help texts.
6
3 * descr-text.el (describe-text-properties): Don't err if called in 7 * descr-text.el (describe-text-properties): Don't err if called in
4 the *Help* buffer; output to *Help-2* buffer instead. 8 the *Help* buffer; output to *Help-2* buffer instead.
5 9