summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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