]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 220b35ae497ad1a16f4e7ae0a9dc2c11bb88e49c..a0c948d16dc8ce6cf78f9170ad7d6928a92132fb 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)