monnier pushed a commit to branch master
in repository elpa.

commit dcc966183c4a14f38dbbbeac2031724c356f963c
Author: Teemu Likonen <tliko...@iki.fi>
Date:   Tue Aug 3 16:17:30 2010 +0000

    Dokumenttien kielellistä hienosäätöä
---
 wcheck-mode.el |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 5f721ea..16e9428 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -61,10 +61,10 @@ and a description of VALUE types:
 program
     VALUE is a string that is the name of the external executable
     program responsible for spell-checking LANGUAGE. This the
-    only setting that is mandatory. Interacting with the external
-    program is managed through standard input and output streams.
-    See options `regexp-start', `regexp-body' and `regexp-end'
-    below for details.
+    only setting that is mandatory. Communication with the
+    external program is managed through standard input and output
+    streams. See options `regexp-start', `regexp-body' and
+    `regexp-end' below for details.
 
 args
      Optional command-line arguments for the program. The VALUE
@@ -1196,7 +1196,7 @@ SUGGESTIONS is a list of strings. Return user's choice 
(string)."
             (set-window-buffer window (current-buffer))
             (set-window-dedicated-p window t)
             (cond ((cdr (assq (read-key prompt) alist)))
-                  (t (message "Invalid character") nil)))))
+                  (t (message "Not a valid character") nil)))))
     (message "No suggestions")
     nil))
 

Reply via email to