Mercurial > emacs
changeset 9860:49a20a98c276
(apropos-print-matches): Set help-mode in *Help* buffer.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 09 Nov 1994 05:52:02 +0000 |
parents | addf04676b54 |
children | 7a43916ca395 |
files | lisp/apropos.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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