summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-10-24 16:17:11 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-10-24 16:17:11 +0000
commit67a60caa354cf19da0f9b339b904d4362d9d347c (patch)
treec57d9ad3937bca725a1786495a58369de1b7b49e /lisp/custom.el
parent18880c272f3f1c2ebccae5319c7a53e95c8e6567 (diff)
downloademacs-67a60caa354cf19da0f9b339b904d4362d9d347c.tar.gz
(defface, defcustom): Add `doc-string' declaration.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index cf6ef88456e..9d74335a007 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -272,6 +272,7 @@ _outside_ any bindings for these variables. \(`defvar' and
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.
@@ -353,6 +354,7 @@ corresponding ITEMs. These are the defined REQ values:
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.