aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2005-12-03 12:07:55 +0000
committerEli Zaretskii <[email protected]>2005-12-03 12:07:55 +0000
commit7a5ea63f0f882af07954501b0e7b577c6bdb6055 (patch)
tree92dd9bac163300ca12eb8a8851b9757c9e332f0d /lisp
parent7b057a3d5755259dd96c02d5f3dfe4e98e00c0bc (diff)
(apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/play/yow.el3
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 687b89d390..e640bb9571 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
2005-12-03 Eli Zaretskii <[email protected]>
+ * play/yow.el (apropos-zippy): Call print-help-return-message,
+ similar to other Help and Apropos commands.
+
* help.el (print-help-return-message): If pop-up-frames is
non-nil, set up help-return-method to delete the help window and,
- possibly, its frame as well. Doc fix.
+ possibly, its frame as well, and don't display message about
+ scrolling the help window. Doc fix.
(help-return-method): Doc fix.
2005-12-03 Martin Rudalics <[email protected]> (tiny change)
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index 2809e3ec62..74a30d6ac9 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -102,7 +102,8 @@ If called interactively, display a list of matches."
(while l
(princ (car l))
(setq l (cdr l))
- (and l (princ "\n\n"))))))))
+ (and l (princ "\n\n")))
+ (print-help-return-message))))))
matches))