emacs-diffs
[Top][All Lists]
Advanced

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

master ac39c327b5 1/2: Tweak quoting in help-fns--compiler-macro


From: Lars Ingebrigtsen
Subject: master ac39c327b5 1/2: Tweak quoting in help-fns--compiler-macro
Date: Sun, 19 Jun 2022 20:27:15 -0400 (EDT)

branch: master
commit ac39c327b53ccfba3743a3fa0e538175541bae5c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak quoting in help-fns--compiler-macro
    
    * lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help
    text.
---
 lisp/help-fns.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 6eff0b9b0e..43855cd6d7 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -622,7 +622,7 @@ the C sources, too."
   (pcase-dolist (`(,type . ,handler)
                  (list (cons "compiler macro"
                              (function-get function 'compiler-macro))
-                       (cons "`byte-compile' property"
+                       (cons (substitute-command-keys "`byte-compile' 
property")
                              (function-get function 'byte-compile))
                        (cons "byte-code optimizer"
                              (function-get function 'byte-optimizer))))



reply via email to

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