From 7a41cd7f975bca97526271f829e8843ffe34cd13 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 14 Nov 2009 04:14:49 +0000 Subject: [PATCH] (defgroup): Doc fix. --- lisp/ChangeLog | 6 ++++++ lisp/custom.el | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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. -- 2.39.5