changeset 9161:a75fa15b9e23

(command-apropos): Pass t for no-header to apropos.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Sep 1994 21:43:37 +0000
parents 21ac199719fc
children 53d02761f5b7
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Tue Sep 27 20:14:55 1994 +0000
+++ b/lisp/help.el	Tue Sep 27 21:43:37 1994 +0000
@@ -511,7 +511,7 @@
   (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)