# HG changeset patch # User Karl Heuer # Date 784360322 0 # Node ID 49a20a98c27619982848b28225f3ce62d57a7127 # Parent addf04676b545454f89fe3765345c02949d9ddda (apropos-print-matches): Set help-mode in *Help* buffer. diff -r addf04676b54 -r 49a20a98c276 lisp/apropos.el --- a/lisp/apropos.el Wed Nov 09 05:51:27 1994 +0000 +++ b/lisp/apropos.el Wed Nov 09 05:52:02 1994 +0000 @@ -232,7 +232,8 @@ (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