summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-11-21 00:01:06 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-11-21 00:01:06 +0000
commit45aacac640ec1f185b392254c43f8fc060a16495 (patch)
tree1a46d8d8162cdc6b15e9335bddfd50fe292b6a22 /lisp/custom.el
parent1cb40089150ceeb9e836d13e33e391fbd5e88d05 (diff)
downloademacs-45aacac640ec1f185b392254c43f8fc060a16495.tar.gz
(defgroup): Add doc-string-elt info.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el1
1 files changed, 1 insertions, 0 deletions
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.