]> code.delx.au - gnu-emacs/blobdiff - lisp/apropos.el
More-conservative ‘format’ quote restyling
[gnu-emacs] / lisp / apropos.el
index 0a1bc7b858302338715ac7a2738dc190474a61cb..38b583c9706122ea244449a4a14ca28229c8e77a 100644 (file)
@@ -681,8 +681,8 @@ the output includes key-bindings of commands."
       (apropos-symbols-internal
        symbols apropos-do-all
        (concat
-        (format (substitute-command-keys
-                 "Library `%s' provides: %s\nand requires: %s")
+        (format-message
+                "Library ‘%s’ provides: %s\nand requires: %s"
                 file
                 (mapconcat 'apropos-library-button
                            (or provides '(nil)) " and ")