diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7f03e9be585..c9713287d0e 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1491,7 +1491,10 @@ If you don't want stock icons, set the variable to nil." :type '(choice (const :tag "Don't use stock icons" nil) (repeat (choice symbol (cons (string :tag "Emacs icon") - (string :tag "Stock/named"))))) + (choice + (group (string "Named") + (string "Stock")) + (string :tag "Stock/named")))))) :group 'x) (defcustom x-display-cursor-at-start-of-preedit-string nil