From cba9a9dcb1dee30b675cc5bb7077c09e8c4bf0f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Sep 1994 21:43:37 +0000 Subject: [PATCH] (command-apropos): Pass t for no-header to apropos. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5