aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/yow.el
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/play/yow.el
parent7b057a3d5755259dd96c02d5f3dfe4e98e00c0bc (diff)
(apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r--lisp/play/yow.el3
1 files changed, 2 insertions, 1 deletions
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))