1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

Tweak quoting in help-fns--compiler-macro

* lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help
text.
This commit is contained in:
Lars Ingebrigtsen 2022-06-20 02:12:06 +02:00
parent 3947037a33
commit ac39c327b5

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