monnier pushed a commit to branch master
in repository elpa.
commit b7c510b67610964cec6b5b9449da28d040d1a4fd
Author: Teemu Likonen <[email protected]>
Date: Mon Feb 22 17:16:38 2010 +0000
Korjataan muuttujan wcheck-language-data kuvausta
---
wcheck-mode.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index a372324..f686099 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -74,12 +74,12 @@ connection
The default is to use a pipe (nil).
face
- A symbol referring to a face which is used to mark text with
+ A symbol referring to the face which is used to mark text with
this LANGUAGE. The default is `wcheck-default-face'.
syntax
VALUE is a symbol referring to an Emacs syntax table. This
- will be the effective syntax table is used with regular
+ will be the effective syntax table that is used with regular
expressions. See the Info node `(elisp)Syntax Tables' for
more information. The default value is
`text-mode-syntax-table'.