* lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.

Fixes: debbugs:10244
This commit is contained in:
Stefan Monnier 2011-12-08 08:23:43 -05:00
parent b09d01daef
commit 98449af85c
2 changed files with 3 additions and 0 deletions

View file

@ -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)