aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-03 12:07:55 +0000
committerEli Zaretskii2005-12-03 12:07:55 +0000
commit7a5ea63f0f882af07954501b0e7b577c6bdb6055 (patch)
tree92dd9bac163300ca12eb8a8851b9757c9e332f0d /lisp/ChangeLog
parent7b057a3d5755259dd96c02d5f3dfe4e98e00c0bc (diff)
downloademacs-7a5ea63f0f882af07954501b0e7b577c6bdb6055.tar.gz
emacs-7a5ea63f0f882af07954501b0e7b577c6bdb6055.zip
(apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 687b89d3906..e640bb95710 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12005-12-03 Eli Zaretskii <eliz@gnu.org> 12005-12-03 Eli Zaretskii <eliz@gnu.org>
2 2
3 * play/yow.el (apropos-zippy): Call print-help-return-message,
4 similar to other Help and Apropos commands.
5
3 * help.el (print-help-return-message): If pop-up-frames is 6 * help.el (print-help-return-message): If pop-up-frames is
4 non-nil, set up help-return-method to delete the help window and, 7 non-nil, set up help-return-method to delete the help window and,
5 possibly, its frame as well. Doc fix. 8 possibly, its frame as well, and don't display message about
9 scrolling the help window. Doc fix.
6 (help-return-method): Doc fix. 10 (help-return-method): Doc fix.
7 11
82005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) 122005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)