aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-01-07 10:45:33 +0000
committerAndreas Schwab1998-01-07 10:45:33 +0000
commit5e5e5b54edf8ca2aae54db50f765897747a9725d (patch)
tree19f6ceda98a97109d8764e8e6450bfe8c61faa2d
parent3d98a374018eb8da7832434c781fe1c7b6ae75b1 (diff)
downloademacs-5e5e5b54edf8ca2aae54db50f765897747a9725d.tar.gz
emacs-5e5e5b54edf8ca2aae54db50f765897747a9725d.zip
(defgroup): Doc fix.
-rw-r--r--lisp/custom.el4
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.
280Third arg DOC is the group documentation. 280Third arg DOC is the group documentation.
281 281
282MEMBERS should be an alist of the form ((NAME WIDGET)...) where 282MEMBERS should be an alist of the form ((NAME WIDGET)...) where
283NAME is a symbol and WIDGET is a widget is a widget for editing that 283NAME is a symbol and WIDGET is a widget for editing that symbol.
284symbol. Useful widgets are `custom-variable' for editing variables, 284Useful widgets are `custom-variable' for editing variables,
285`custom-face' for edit faces, and `custom-group' for editing groups. 285`custom-face' for edit faces, and `custom-group' for editing groups.
286 286
287The remaining arguments should have the form 287The remaining arguments should have the form