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)