From 67a60caa354cf19da0f9b339b904d4362d9d347c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 24 Oct 2005 16:17:11 +0000 Subject: [PATCH] (defface, defcustom): Add `doc-string' declaration. --- lisp/custom.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5