From ac39c327b53ccfba3743a3fa0e538175541bae5c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 20 Jun 2022 02:12:06 +0200 Subject: [PATCH] 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 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)))) -- 2.39.2