(defface, defcustom): Add `doc-string' declaration.
This commit is contained in:
parent
18880c272f
commit
67a60caa35
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue