monnier pushed a commit to branch master
in repository elpa.
commit dc8ae8624257ebb9f6c2a8ae48154e05d64c1125
Author: Teemu Likonen <[email protected]>
Date: Mon Jul 6 07:14:34 2009 +0000
Siirretään "syntax" ja "face" samaan järjestykseen kuin customizessa
---
wcheck-mode.el | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 7329b9a..48435d3 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -80,14 +80,14 @@ and a description of VALUE types:
`process-connection-type' for more information. The default
is to use a pipe for communication (nil).
- * `syntax': VALUE is a symbol referring to an Emacs syntax
- table. See the Info node `(elisp)Syntax Tables' for more
- information. The default value is `text-mode-syntax-table'.
-
* `face': A symbol referring to a face which is used to mark
text with this LANGUAGE. The default value is
`wcheck-default-face'.
+ * `syntax': VALUE is a symbol referring to an Emacs syntax
+ table. See the Info node `(elisp)Syntax Tables' for more
+ information. The default value is `text-mode-syntax-table'.
+
* `regexp-start', `regexp-body', `regexp-end': Regular
expression strings which match the start of a string body,
characters within the body and the end of the body,