* lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.
Fixes: debbugs:10244
This commit is contained in:
parent
b09d01daef
commit
98449af85c
2 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
(put 'autoload 'doc-string-elt 3)
|
||||
(put 'defun 'doc-string-elt 3)
|
||||
(put 'defun* 'doc-string-elt 3)
|
||||
(put 'defmethod 'doc-string-elt 3)
|
||||
(put 'defvar 'doc-string-elt 3)
|
||||
(put 'defcustom 'doc-string-elt 3)
|
||||
(put 'deftheme 'doc-string-elt 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue