changeset 106001:02d1ed432817

(defgroup): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Nov 2009 04:14:49 +0000
parents 44a26392fd09
children d75b0b0c50e6
files lisp/ChangeLog lisp/custom.el
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 14 04:14:05 2009 +0000
+++ b/lisp/ChangeLog	Sat Nov 14 04:14:49 2009 +0000
@@ -1,3 +1,9 @@
+2009-11-14  Glenn Morris  <rgm@gnu.org>
+
+	* custom.el (defgroup):
+	* epg-config.el (epg):
+	* ps-print.el (postscript): Doc fixes.
+
 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* bindings.el (mode-line-buffer-identification): Purecopy only the string.
--- a/lisp/custom.el	Sat Nov 14 04:14:05 2009 +0000
+++ b/lisp/custom.el	Sat Nov 14 04:14:49 2009 +0000
@@ -423,7 +423,10 @@
   "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.