1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(command-apropos): Pass t for no-header to apropos.

This commit is contained in:
Richard M. Stallman 1994-09-27 21:43:37 +00:00
parent dfdac213aa
commit cba9a9dcb1

View 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)