]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak quoting in help-fns--compiler-macro
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Jun 2022 00:12:06 +0000 (02:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Jun 2022 00:12:06 +0000 (02:12 +0200)
* lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help
text.

lisp/help-fns.el

index 6eff0b9b0e9998b8f48d95216946f1bc5214dd81..43855cd6d721b00daebd48b4005306b77b5e2219 100644 (file)
@@ -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))))