From a86a16098e5d2b6cbd9ed16dba9c19267d690dea Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 21 Jun 2008 20:00:04 +0000 Subject: (define-derived-mode): Add `doc-string' declaration. --- lisp/emacs-lisp/derived.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index 13b91c8f3d3..83cb7aeee78 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -162,7 +162,8 @@ The new mode runs the hook constructed by the function See Info node `(elisp)Derived Modes' for more details." (declare (debug (&define name symbolp sexp [&optional stringp] - [&rest keywordp sexp] def-body))) + [&rest keywordp sexp] def-body)) + (doc-string 4)) (when (and docstring (not (stringp docstring))) ;; Some trickiness, since what appears to be the docstring may really be -- cgit v1.2.3