projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3947037
)
Tweak quoting in help-fns--compiler-macro
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 20 Jun 2022 00:12:06 +0000
(
02:12
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 20 Jun 2022 00:12:06 +0000
(
02:12
+0200)
* lisp/help-fns.el (help-fns--compiler-macro): Fix quotes in help
text.
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 6eff0b9b0e9998b8f48d95216946f1bc5214dd81..43855cd6d721b00daebd48b4005306b77b5e2219 100644
(file)
--- 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))))