From ca75b35835944fd5c5332b0835da17d102ef4142 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Nov 1994 05:52:02 +0000 Subject: [PATCH] (apropos-print-matches): Set help-mode in *Help* buffer. --- lisp/apropos.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5