emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog custom.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog custom.el
Date: Sat, 14 Nov 2009 04:14:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/11/14 04:14:52

Modified files:
        lisp           : ChangeLog custom.el 

Log message:
        (defgroup): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16621&r2=1.16622
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/custom.el?cvsroot=emacs&r1=1.151&r2=1.152

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16621
retrieving revision 1.16622
diff -u -b -r1.16621 -r1.16622
--- ChangeLog   14 Nov 2009 02:01:35 -0000      1.16621
+++ ChangeLog   14 Nov 2009 04:14:49 -0000      1.16622
@@ -1,3 +1,9 @@
+2009-11-14  Glenn Morris  <address@hidden>
+
+       * custom.el (defgroup):
+       * epg-config.el (epg):
+       * ps-print.el (postscript): Doc fixes.
+
 2009-11-14  Dan Nicolaescu  <address@hidden>
 
        * bindings.el (mode-line-buffer-identification): Purecopy only the 
string.

Index: custom.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/custom.el,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -b -r1.151 -r1.152
--- custom.el   11 Nov 2009 06:12:24 -0000      1.151
+++ custom.el   14 Nov 2009 04:14:52 -0000      1.152
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]