Fix :type 'group' in defcustom
* lisp/wid-edit.el (group): Fix the :format spec. (Bug#33566)
This commit is contained in:
parent
a731c563a1
commit
822a2d039f
1 changed files with 1 additions and 1 deletions
|
@ -2746,7 +2746,7 @@ Return an alist of (TYPE MATCH)."
|
|||
"A widget which groups other widgets inside."
|
||||
:convert-widget 'widget-types-convert-widget
|
||||
:copy 'widget-types-copy
|
||||
:format "%v"
|
||||
:format ":\n%v"
|
||||
:value-create 'widget-group-value-create
|
||||
:value-get 'widget-editable-list-value-get
|
||||
:default-get 'widget-group-default-get
|
||||
|
|
Loading…
Add table
Reference in a new issue