changeset 67058:65266d675973

(defgroup): Add doc-string-elt info.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Nov 2005 00:01:06 +0000
parents 10e217ceeee2
children 005159df0f00
files lisp/custom.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Sun Nov 20 23:25:46 2005 +0000
+++ b/lisp/custom.el	Mon Nov 21 00:01:06 2005 +0000
@@ -420,6 +420,7 @@
 
 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.