mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(color): Enclose %t in %{...%}.
This commit is contained in:
parent
49698bb717
commit
ce4374c7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -3575,7 +3575,7 @@ example:
|
|||
;; Fixme: match
|
||||
(define-widget 'color 'editable-field
|
||||
"Choose a color name (with sample)."
|
||||
:format "%t: %v (%{sample%})\n"
|
||||
:format "%{%t%}: %v (%{sample%})\n"
|
||||
:size 10
|
||||
:tag "Color"
|
||||
:value "black"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue