1
Fork 0
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:
Richard M. Stallman 2005-11-16 22:15:59 +00:00
parent 49698bb717
commit ce4374c7dc

View file

@ -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"