summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-09-19 13:59:13 +0000
committerKim F. Storm <storm@cua.dk>2006-09-19 13:59:13 +0000
commit06e6b4be6c75e00958cb2b0c7113e2163f98c68f (patch)
tree641e8eff817ac817b916b34ca3d94a368344604a /lisp
parent95f5a37fb747c9f02cc429f48c4b2e9d4d4a313e (diff)
downloademacs-06e6b4be6c75e00958cb2b0c7113e2163f98c68f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbd2474bd91..c01850332b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2006-09-19 Kim F. Storm <storm@cua.dk>
+ * help.el (describe-key-briefly, describe-key): Simplify printing
+ of descriptions by using format and %S. Fix "is undefined"
+ messages to say "at that spot" for mouse events.
+
* simple.el (line-move-partial): Optimize. Try window-line-height
before posn-at-point to get vpos of current line.