From: Stefan Monnier Date: Mon, 24 Oct 2005 16:17:11 +0000 (+0000) Subject: (defface, defcustom): Add `doc-string' declaration. X-Git-Tag: emacs-pretest-22.0.90~6330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67a60caa354cf19da0f9b339b904d4362d9d347c;p=emacs.git (defface, defcustom): Add `doc-string' declaration. --- 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.