]> git.eshelyaron.com Git - emacs.git/commitdiff
(defface, defcustom): Add `doc-string' declaration.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:17:11 +0000 (16:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:17:11 +0000 (16:17 +0000)
lisp/custom.el

index cf6ef88456e66488b58ba36f83c961af0a80a6b9..9d74335a007a0958ae6bd03c755b87c338df3ebc 100644 (file)
@@ -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.