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:
parent
dfdac213aa
commit
cba9a9dcb1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user