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

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

[elpa] externals/jinx 6bf3aa2d90: Clarify commentary


From: ELPA Syncer
Subject: [elpa] externals/jinx 6bf3aa2d90: Clarify commentary
Date: Fri, 31 Mar 2023 05:58:41 -0400 (EDT)

branch: externals/jinx
commit 6bf3aa2d9071aaa61a95873ccdfedd453c047cb0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Clarify commentary
---
 README.org | 6 ++++--
 jinx.el    | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 18c6a3ca52..52f40dd785 100644
--- a/README.org
+++ b/README.org
@@ -15,8 +15,10 @@
 Jinx is a fast just-in-time spell-checker for Emacs. Jinx highlights misspelled
 words in the text of the visible portion of the buffer. For efficiency, Jinx
 highlights misspellings lazily, recognizes window boundaries and text folding,
-if any. Each misspelling can then be corrected from a list of dictionary words
-presented as completion candidates in a list.
+if any. For example, when unfolding or scrolling, only the newly visible part 
of
+the text is checked, if it has not been checked before. Each misspelling can
+then be corrected from a list of dictionary words presented as completion
+candidates in a list.
 
 Installing Jinx is straight-forward and configuring takes not much 
intervention.
 Jinx can safely co-exist with Emacs's built-in spell-checker.
diff --git a/jinx.el b/jinx.el
index d1692a6896..20175a7571 100644
--- a/jinx.el
+++ b/jinx.el
@@ -27,7 +27,9 @@
 ;; Jinx is a fast just-in-time spell-checker for Emacs.  Jinx
 ;; highlights misspelled words in the text of the visible portion of
 ;; the buffer.  For efficiency, Jinx highlights misspellings lazily,
-;; recognizes window boundaries and text folding, if any.  Each
+;; recognizes window boundaries and text folding, if any.  For
+;; example, when unfolding or scrolling, only the newly visible part
+;; of the text is checked, if it has not been checked before.  Each
 ;; misspelling can then be corrected from a list of dictionary words
 ;; presented as completion candidates in a list.
 



reply via email to

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