From: Karl Heuer Date: Wed, 9 Nov 1994 05:52:02 +0000 (+0000) Subject: (apropos-print-matches): Set help-mode in *Help* buffer. X-Git-Tag: emacs-19.34~5995 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca75b35835944fd5c5332b0835da17d102ef4142;p=emacs.git (apropos-print-matches): Set help-mode in *Help* buffer. --- 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