changeset 66399:65d160cfd8f2

(defface, defcustom): Add `doc-string' declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 Oct 2005 16:17:11 +0000
parents df04170ba46b
children d5fe78c4e051
files lisp/custom.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Mon Oct 24 16:14:34 2005 +0000
+++ b/lisp/custom.el	Mon Oct 24 16:17:11 2005 +0000
@@ -272,6 +272,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.
@@ -353,6 +354,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.