mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-30 11:09:23 +00:00
apropos-library quoting fix
* lisp/apropos.el (apropos-library): Quote library consistently with the rest of the quoting used by apropos.
This commit is contained in:
parent
92a4e3ff2f
commit
f729a7c09e
@ -681,7 +681,8 @@ the output includes key-bindings of commands."
|
||||
(apropos-symbols-internal
|
||||
symbols apropos-do-all
|
||||
(concat
|
||||
(format "Library `%s' provides: %s\nand requires: %s"
|
||||
(format (substitute-command-keys
|
||||
"Library `%s' provides: %s\nand requires: %s")
|
||||
file
|
||||
(mapconcat 'apropos-library-button
|
||||
(or provides '(nil)) " and ")
|
||||
|
Loading…
Reference in New Issue
Block a user