monnier pushed a commit to branch master
in repository elpa.
commit b635d9f6bfc4def63226a3c07f0b0cf8001a2ca2
Author: Teemu Likonen <[email protected]>
Date: Sun Jul 19 07:53:05 2009 +0000
Korjataan kirjoitusvirhe funktion kuvauksesta
---
wcheck-mode.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 29bb1da..798d06d 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -787,7 +787,7 @@ is sent as separate line."
(defun wcheck-paint-words (language buffer beg end wordlist)
"Mark words of WORDLIST in BUFFER.
Mark all words (or other text elements) of WORDLIST which are
-visible in BUFFER within postition range from BEG to END. Regular
+visible in BUFFER within position range from BEG to END. Regular
expression search respects the syntax table settings defined in
LANGUAGE (see `wcheck-language-data')."