projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71178fb
)
Fix comp-mvar doc string quoting
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 24 May 2022 19:13:59 +0000
(21:13 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 24 May 2022 19:13:59 +0000
(21:13 +0200)
* lisp/emacs-lisp/comp.el (comp-mvar): Fix quoting of symbol in
doc string.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 83a81a1bad3be0e5584a83c563a08b92ffeb01b1..ff4abf3ef1080b2dfe9072902429c94da7ce4db5 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-944,7
+944,7
@@
CFG is mutated by a pass.")
:documentation "Unique id when in SSA form.")
(slot nil :type (or fixnum symbol)
:documentation "Slot number in the array if a number or
-
'
scratch' for scratch slot."))
+
`
scratch' for scratch slot."))
(defun comp-mvar-type-hint-match-p (mvar type-hint)
"Match MVAR against TYPE-HINT.