diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-10-24 16:17:11 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-10-24 16:17:11 +0000 |
commit | 67a60caa354cf19da0f9b339b904d4362d9d347c (patch) | |
tree | c57d9ad3937bca725a1786495a58369de1b7b49e /lisp/custom.el | |
parent | 18880c272f3f1c2ebccae5319c7a53e95c8e6567 (diff) | |
download | emacs-67a60caa354cf19da0f9b339b904d4362d9d347c.tar.gz |
(defface, defcustom): Add `doc-string' declaration.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 2 |
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. |