From: Lars Ingebrigtsen Date: Mon, 20 Jun 2022 00:12:06 +0000 (+0200) Subject: Tweak quoting in help-fns--compiler-macro X-Git-Tag: emacs-29.0.90~1447^2~1602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac39c327b53ccfba3743a3fa0e538175541bae5c;p=emacs.git Tweak quoting in help-fns--compiler-macro * lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help text. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 6eff0b9b0e9..43855cd6d72 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))))