From 45aacac640ec1f185b392254c43f8fc060a16495 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 21 Nov 2005 00:01:06 +0000 Subject: [PATCH] (defgroup): Add doc-string-elt info. --- lisp/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/custom.el b/lisp/custom.el index 9d74335a007..e51a678cd01 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -420,6 +420,7 @@ The following KEYWORDs are defined: 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