]> git.eshelyaron.com Git - emacs.git/commitdiff
(defgroup): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 04:14:49 +0000 (04:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 04:14:49 +0000 (04:14 +0000)
lisp/ChangeLog
lisp/custom.el

index 4036291a27401ff0aa1df9682a36293a745e87a9..8a40f5ab5efb0e6f08636346947a4f3e7bba5328 100644 (file)
@@ -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.
index b9988530e3c648874cb28f6d29b70e9efcc607cd..e67ccfc0081755a78acd6e0112a0de112b102b09 100644 (file)
@@ -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.