]> code.delx.au - gnu-emacs/commitdiff
(apropos-print-matches): Set help-mode in *Help* buffer.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:52:02 +0000 (05:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:52:02 +0000 (05:52 +0000)
lisp/apropos.el

index 2681a8b88b9a63f20644926f262addb7bf1c81dc..170a1defb81bd7140dfefb2a97f9f836cf06c84c 100644 (file)
@@ -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