monnier pushed a commit to branch master
in repository elpa.

commit 2ef034ef75387920bab9b5204cdd652aea6c8759
Author: Teemu Likonen <tliko...@iki.fi>
Date:   Thu Oct 20 15:04:50 2011 +0300

    Don't mention "Aspell" in the documentation
    
    It is questionable if wcheck-mode works directly with Aspell executable
    because it seems to buffer the IO and therefore may not respond quickly
    enough for wcheck-mode.
---
 wcheck-mode.el |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 44f7b2e..af07d49 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -521,10 +521,9 @@ action-parser
 
         `wcheck-parser-ispell-suggestions' parses substitute
         suggestions from the output of Ispell or compatible
-        program, such as Enchant or Aspell. Use this function as
-        the `action-parser' if you get spelling suggestions from
-        an Ispell-like program with its \"-a\" command-line
-        option.
+        program, such as Enchant. Use this function as the
+        `action-parser' if you get spelling suggestions from an
+        Ispell-like program with its \"-a\" command-line option.
 
         `wcheck-parser-lines' function turns each line in the
         output to individual substitute suggestions.
@@ -901,10 +900,9 @@ to a text-checker back-end and, based on its output, 
decides if
 some parts of text should be marked.
 
 Wcheck can be used with external spell-checker programs such as
-Ispell, Aspell and Enchant, but actually any tool that can
-receive text stream from standard input and send text to standard
-output can be used. The checker back-end can also be an Emacs
-Lisp function.
+Ispell and Enchant, but actually any tool that can receive text
+stream from standard input and send text to standard output can
+be used. The checker back-end can also be an Emacs Lisp function.
 
 Different configuration units are called \"languages\". See the
 documentation of variables `wcheck-language-data',

Reply via email to