[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 22b13fecf3 2/2: Update readme
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx 22b13fecf3 2/2: Update readme |
Date: |
Fri, 31 Mar 2023 07:58:03 -0400 (EDT) |
branch: externals/jinx
commit 22b13fecf3d8c7b30b288e0642edc22015e5fda0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update readme
---
README.org | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 52f40dd785..5c3b8eec3e 100644
--- a/README.org
+++ b/README.org
@@ -113,10 +113,11 @@ spell checkers. See the
[[https://abiword.github.io/enchant/src/enchant.html][En
(affixation, compound words, etc.).
- flyspell: Flyspell is Emacs's built-in package. Flyspell highlights
- misspellings in realtime, while typing. Each word under the cursor is
+ misspellings in real-time, while typing. Each word under the cursor is
spell-checked and underlined if mistyped. Jinx, on the other hand, is more
- effective because it checks for misspellings in the entire visible text of
the
- buffer at once.
+ effective because it automatically checks for misspellings in the entire
+ visible text of the buffer at once. Flyspell can check the entire buffer but
+ must be instructed to do so via the command =flyspell-buffer=.
* Contributions