diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0af690058aa..e10db897f9f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2714,7 +2714,7 @@ If GROUPS-ONLY non-nil, return only those members that are groups." symbol) buttons) (push (widget-create-child-and-convert - widget 'group-visibility + widget 'custom-group-visibility :help-echo "Show members of this group." :action 'custom-toggle-parent (not (eq state 'hidden))) |