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
1 changed files with 2 additions and 1 deletions
|
@ -681,7 +681,8 @@ the output includes key-bindings of commands."
|
||||||
(apropos-symbols-internal
|
(apropos-symbols-internal
|
||||||
symbols apropos-do-all
|
symbols apropos-do-all
|
||||||
(concat
|
(concat
|
||||||
(format "Library `%s' provides: %s\nand requires: %s"
|
(format (substitute-command-keys
|
||||||
|
"Library `%s' provides: %s\nand requires: %s")
|
||||||
file
|
file
|
||||||
(mapconcat 'apropos-library-button
|
(mapconcat 'apropos-library-button
|
||||||
(or provides '(nil)) " and ")
|
(or provides '(nil)) " and ")
|
||||||
|
|
Loading…
Add table
Reference in a new issue