aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 6f91c2579f2..1740411a2fc 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2487,7 +2487,7 @@ and so forth. The remaining group tags are shown with
2487 symbol) 2487 symbol)
2488 buttons) 2488 buttons)
2489 (push (widget-create-child-and-convert 2489 (push (widget-create-child-and-convert
2490 widget 'visibility 2490 widget 'group-visibility
2491 :help-echo "Show members of this group." 2491 :help-echo "Show members of this group."
2492 :action 'custom-toggle-parent 2492 :action 'custom-toggle-parent
2493 (not (eq state 'hidden))) 2493 (not (eq state 'hidden)))