From: Richard M. Stallman Date: Tue, 27 Sep 1994 21:43:37 +0000 (+0000) Subject: (command-apropos): Pass t for no-header to apropos. X-Git-Tag: emacs-19.34~6693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cba9a9dcb1dee30b675cc5bb7077c09e8c4bf0f8;p=emacs.git (command-apropos): Pass t for no-header to apropos. --- diff --git a/lisp/help.el b/lisp/help.el index 220b35ae497..a0c948d16dc 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -511,7 +511,7 @@ documentation found." (let ((message (let ((standard-output (get-buffer-create "*Help*"))) (print-help-return-message 'identity)))) - (if (apropos string t 'commandp) + (if (apropos string t 'commandp t) (and message (message message))))) (defun locate-library (library &optional nosuffix)