summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
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.