From 610ef6fe3af7a1342b688f3e22e4af18b89001b5 Mon Sep 17 00:00:00 2001 From: Teemu Likonen Date: Tue, 5 Jan 2016 08:18:57 +0200 Subject: [PATCH] wcheck-mode: change some wordings in comments --- packages/wcheck-mode/wcheck-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wcheck-mode/wcheck-mode.el b/packages/wcheck-mode/wcheck-mode.el index ed46e78ab..7ac0658cc 100644 --- a/packages/wcheck-mode/wcheck-mode.el +++ b/packages/wcheck-mode/wcheck-mode.el @@ -58,7 +58,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: @@ -892,7 +892,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 -- 2.39.2