From: Andreas Schwab Date: Wed, 7 Jan 1998 10:45:33 +0000 (+0000) Subject: (defgroup): Doc fix. X-Git-Tag: emacs-20.3~2475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e5e5b54edf8ca2aae54db50f765897747a9725d;p=emacs.git (defgroup): Doc fix. --- diff --git a/lisp/custom.el b/lisp/custom.el index 18035852346..285723c4180 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -280,8 +280,8 @@ SYMBOL does not need to be quoted. Third arg DOC is the group documentation. MEMBERS should be an alist of the form ((NAME WIDGET)...) where -NAME is a symbol and WIDGET is a widget is a widget for editing that -symbol. Useful widgets are `custom-variable' for editing variables, +NAME is a symbol and WIDGET is a widget for editing that symbol. +Useful widgets are `custom-variable' for editing variables, `custom-face' for edit faces, and `custom-group' for editing groups. The remaining arguments should have the form