Fontify the doc-string in some CL forms as such
* lisp/emacs-lisp/lisp-mode.el (defconstant, defparameter): Add the doc-string-elt property. (Bug#26778)
This commit is contained in:
parent
b8732c652a
commit
4af24317b4
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@
|
|||
(put 'defalias 'doc-string-elt 3)
|
||||
(put 'defvaralias 'doc-string-elt 3)
|
||||
(put 'define-category 'doc-string-elt 2)
|
||||
;; CL
|
||||
(put 'defconstant 'doc-string-elt 3)
|
||||
(put 'defparameter 'doc-string-elt 3)
|
||||
|
||||
(defvar lisp-doc-string-elt-property 'doc-string-elt
|
||||
"The symbol property that holds the docstring position info.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue