(command-apropos): Pass t for no-header to apropos.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 21:43:37 +0000 (21:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 21:43:37 +0000 (21:43 +0000)
lisp/help.el

index 220b35a..a0c948d 100644 (file)
@@ -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)