monnier pushed a commit to branch master
in repository elpa.

commit 5e3b24e4fba4d2c0ee1740334aa2b5d32e2a8d39
Author: Teemu Likonen <tliko...@iki.fi>
Date:   Fri Jul 17 18:47:28 2009 +0000

    Customize-tyypin "face" tilalle "symbol"
---
 wcheck-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index dba2f3e..a419e3d 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -175,7 +175,7 @@ An example contents of the `wcheck-language-data' variable:
                           (const :tag "pty" pty)))
             (cons :tag "Face" :format "%v"
                   (const :tag "Face: " :format "%t" face)
-                  (face :format "%v" :value wcheck-default-face))
+                  (symbol :format "%v" :value wcheck-default-face))
             (cons :tag "Syntax table" :format "%v"
                   (const :tag "Syntax table: " :format "%t" syntax)
                   (variable :format "%v" :value text-mode-syntax-table))

Reply via email to