diff options
author | Andreas Schwab <schwab@suse.de> | 1998-01-07 10:45:33 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-01-07 10:45:33 +0000 |
commit | 5e5e5b54edf8ca2aae54db50f765897747a9725d (patch) | |
tree | 19f6ceda98a97109d8764e8e6450bfe8c61faa2d /lisp | |
parent | 3d98a374018eb8da7832434c781fe1c7b6ae75b1 (diff) | |
download | emacs-5e5e5b54edf8ca2aae54db50f765897747a9725d.tar.gz |
(defgroup): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/custom.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |