Fix docstring fontification of CL's 'defstruct'
* lisp/emacs-lisp/lisp-mode.el (defstruct): Set 'doc-string' property. Patch by Nicolas Martyanoff <nicolas@n16f.net>. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
1c125baa3f
commit
4d3428e95a
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ to a package-local <package>-loaddefs.el file.")
|
|||
;; CL
|
||||
(put 'defconstant 'doc-string-elt 3)
|
||||
(put 'defparameter 'doc-string-elt 3)
|
||||
(put 'defstruct 'doc-string-elt 2)
|
||||
|
||||
(defvar lisp-doc-string-elt-property 'doc-string-elt
|
||||
"The symbol property that holds the docstring position info.")
|
||||
|
|
Loading…
Add table
Reference in a new issue