aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/wid-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 5f5d3479547..0df0b7365db 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -3575,7 +3575,7 @@ example:
3575;; Fixme: match 3575;; Fixme: match
3576(define-widget 'color 'editable-field 3576(define-widget 'color 'editable-field
3577 "Choose a color name (with sample)." 3577 "Choose a color name (with sample)."
3578 :format "%t: %v (%{sample%})\n" 3578 :format "%{%t%}: %v (%{sample%})\n"
3579 :size 10 3579 :size 10
3580 :tag "Color" 3580 :tag "Color"
3581 :value "black" 3581 :value "black"