emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/wcheck-mode 6f5e9fa 12/39: Small changes to introductio


From: Teemu Likonen
Subject: [elpa] externals/wcheck-mode 6f5e9fa 12/39: Small changes to introduction texts
Date: Sun, 4 Oct 2020 07:55:19 -0400 (EDT)

branch: externals/wcheck-mode
commit 6f5e9faabb04f9e7c6698b90487ebe5913a13aed
Author: Teemu Likonen <tlikonen@iki.fi>
Commit: Teemu Likonen <tlikonen@iki.fi>

    Small changes to introduction texts
---
 README.md      | 2 +-
 wcheck-mode.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5c7e8a6..2eaaa77 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ checking text. For example, Wcheck mode can be used with 
spell-checker
 programs such as Ispell, Enchant and Hunspell, but actually any tool
 that can receive text from standard input stream and send text to
 standard output can be used. Wcheck mode sends parts of buffer's content
-to an external program or an Emacs Lisp function and, based on their
+to an external program or an Emacs Lisp function and, relying on their
 output, decides if some parts of text should be marked in the buffer.
 
 [Emacs]: http://www.gnu.org/software/emacs/
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 70dcea6..fffe576 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -59,7 +59,7 @@
 ;; actually any tool that can receive text from standard input stream
 ;; and send text to standard output can be used. Wcheck mode sends parts
 ;; of buffer's content to an external program or an Emacs Lisp function
-;; and, based on their output, decides if some parts of text should be
+;; and, relying on their output, decides if some parts of text should be
 ;; marked in the buffer.
 
 ;;; Code:
@@ -893,7 +893,7 @@ otherwise turn it off. If ARG is not given toggle the mode.
 
 Wcheck is a minor mode for automatically checking and marking
 strings in Emacs buffer. Wcheck sends (parts of) buffer's content
-to a text-checker back-end and, based on its output, decides if
+to a text-checker back-end and, relying on its output, decides if
 some parts of text should be marked.
 
 Wcheck can be used with external spell-checker programs such as



reply via email to

[Prev in Thread] Current Thread [Next in Thread]