1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(defgroup): Doc fix.

This commit is contained in:
Glenn Morris 2009-11-14 04:14:49 +00:00
parent d313574637
commit 7a41cd7f97
2 changed files with 10 additions and 1 deletions

View 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.

View 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.