summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-09 05:52:02 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-09 05:52:02 +0000
commitfa7f946a86489dec3bd34f2ed1c31d829f7b2782 (patch)
tree5013b40f0669fa46d92f19380e4e6e43329f4a4b /lisp/apropos.el
parent3a36301cc11a5b26fe6684d0b1f403198ce8ceac (diff)
downloademacs-fa7f946a86489dec3bd34f2ed1c31d829f7b2782.tar.gz
(apropos-print-matches): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 2681a8b88b9..170a1defb81 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -232,7 +232,8 @@ Returns list of symbols and documentation found."
(if (> (length substed) 67)
(princ "\n ")))
(princ substed))))
- (or (bolp) (terpri)))))
+ (or (bolp) (terpri)))
+ (help-mode)))
t)
;; Find key bindings for symbols that are cars in ALIST. Optionally, first