From: Stefan Monnier Date: Mon, 21 Nov 2005 00:01:06 +0000 (+0000) Subject: (defgroup): Add doc-string-elt info. X-Git-Tag: emacs-pretest-22.0.90~5734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45aacac640ec1f185b392254c43f8fc060a16495;p=emacs.git (defgroup): Add doc-string-elt info. --- diff --git a/lisp/custom.el b/lisp/custom.el index 9d74335a007..e51a678cd01 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -420,6 +420,7 @@ The following KEYWORDs are defined: Read the section about customization in the Emacs Lisp manual for more information." + (declare (doc-string 3)) ;; It is better not to use backquote in this file, ;; because that makes a bootstrapping problem ;; if you need to recompile all the Lisp files using interpreted code.