From: Glenn Morris Date: Sat, 14 Nov 2009 04:14:49 +0000 (+0000) Subject: (defgroup): Doc fix. X-Git-Tag: emacs-pretest-23.1.90~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a41cd7f975bca97526271f829e8843ffe34cd13;p=emacs.git (defgroup): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4036291a274..8a40f5ab5ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-11-14 Glenn Morris + + * custom.el (defgroup): + * epg-config.el (epg): + * ps-print.el (postscript): Doc fixes. + 2009-11-14 Dan Nicolaescu * bindings.el (mode-line-buffer-identification): Purecopy only the string. diff --git a/lisp/custom.el b/lisp/custom.el index b9988530e3c..e67ccfc0081 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -423,7 +423,10 @@ for more information." "Declare SYMBOL as a customization group containing MEMBERS. SYMBOL does not need to be quoted. -Third arg DOC is the group documentation. +Third argument DOC is the group documentation. This should be a short +description of the group, beginning with a capital and ending with +a period. Words other than the first should not be capitalized, if they +are not usually written so. MEMBERS should be an alist of the form ((NAME WIDGET)...) where NAME is a symbol and WIDGET is a widget for editing that symbol.