Using a `group' widget type inside a `defcustom' form will result in a rather ugly hanging colon when displayed in the Customize buffer: (defcustom foo '(1 2 3) "" :type '(group integer integer integer)) M-x customize-option foo