]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comp-mvar doc string quoting
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 May 2022 19:13:59 +0000 (21:13 +0200)
committerLars 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

index 83a81a1bad3be0e5584a83c563a08b92ffeb01b1..ff4abf3ef1080b2dfe9072902429c94da7ce4db5 100644 (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.