# HG changeset patch # User Stefan Monnier # Date 1130170631 0 # Node ID 65d160cfd8f226d316680a177e9bc239d5ca1e95 # Parent df04170ba46b0e55e26ba02d2bcba83cc8ef3d40 (defface, defcustom): Add `doc-string' declaration. diff -r df04170ba46b -r 65d160cfd8f2 lisp/custom.el --- 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.