(defface, defcustom): Add `doc-string' declaration.

This commit is contained in:
Stefan Monnier 2005-10-24 16:17:11 +00:00
parent 18880c272f
commit 67a60caa35

View 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.