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:
parent
71178fbdc6
commit
c00ffe263d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue