+2008-06-21 John Paul Wallington <jpw@pobox.com>
+
+ * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
+
+ * textmodes/rst.el (rst-mode): Put docstring in right place.
+
2008-06-21 Chong Yidong <cyd@stupidchicken.com>
* startup.el (fancy-about-text, fancy-startup-tail): Increase text
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