summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-20 02:12:06 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-20 02:12:06 +0200
commitac39c327b53ccfba3743a3fa0e538175541bae5c (patch)
tree6d6204c7c2fc9d59354d684d808177462d77ac27 /lisp/help-fns.el
parent3947037a33540fa879e5465ae25b9aec61511f85 (diff)
downloademacs-ac39c327b53ccfba3743a3fa0e538175541bae5c.tar.gz
Tweak quoting in help-fns--compiler-macro
* lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help text.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
1 files changed, 1 insertions, 1 deletions
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))))