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:
parent
3947037a33
commit
ac39c327b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue