1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

Fix comp-mvar doc string quoting

* lisp/emacs-lisp/comp.el (comp-mvar): Fix quoting of symbol in
doc string.
This commit is contained in:
Lars Ingebrigtsen 2022-05-24 21:13:59 +02:00
parent 71178fbdc6
commit c00ffe263d

View file

@ -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.