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))))