mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(command-apropos): Pass t for no-header to apropos.
This commit is contained in:
parent
dfdac213aa
commit
cba9a9dcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue