emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f729a7c 2/2: apropos-library quoting fix


From: Paul Eggert
Subject: [Emacs-diffs] master f729a7c 2/2: apropos-library quoting fix
Date: Sun, 28 Jun 2015 20:25:03 +0000

branch: master
commit f729a7c09eca37bc695db20b35e4dbeaa8813e48
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    apropos-library quoting fix
    
    * lisp/apropos.el (apropos-library): Quote library consistently
    with the rest of the quoting used by apropos.
---
 lisp/apropos.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/apropos.el b/lisp/apropos.el
index 023ba4b..0a1bc7b 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -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 ")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]