# HG changeset patch # User Stefan Monnier # Date 1132531266 0 # Node ID 65266d675973d401fe0116b4fdfb760504617d68 # Parent 10e217ceeee2a6f39d175b7bb2442e3ae61c4914 (defgroup): Add doc-string-elt info. diff -r 10e217ceeee2 -r 65266d675973 lisp/custom.el --- a/lisp/custom.el Sun Nov 20 23:25:46 2005 +0000 +++ b/lisp/custom.el Mon Nov 21 00:01:06 2005 +0000 @@ -420,6 +420,7 @@ 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.