[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx e70214849f 5/9: Update README.org
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx e70214849f 5/9: Update README.org |
Date: |
Mon, 11 Sep 2023 12:58:18 -0400 (EDT) |
branch: externals/jinx
commit e70214849ff065780e905ba8c06123f8cde163c1
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: GitHub <noreply@github.com>
Update README.org
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 688cff7b8c..6949cb8d76 100644
--- a/README.org
+++ b/README.org
@@ -69,7 +69,7 @@ command, =jinx-mode=, for activating for specific modes.
#+end_src
The commands =jinx-correct= and =jinx-languages= are autoloaded. Invoking
-=jinx-correct= corrects the misspellings. Binding =jinx-correct= to =M-$=
chord takes
+=jinx-correct= corrects the misspellings. Binding =jinx-correct= to =M-$= takes
over that key from the default assignment to =ispell-word=. Since Jinx is
independent of the Ispell package, =M-$= can be re-used.
@@ -80,6 +80,7 @@ independent of the Ispell package, =M-$= can be re-used.
- =M-$= triggers correction for the misspelled word before point.
- =C-u M-$= triggers correction for the entire buffer.
+- =C-u C-u M-$= forces correction of the word at point, even if it is not
misspelled.
A sample configuration with the popular =use-package= macro is shown here:
- [elpa] externals/jinx updated (417d95002f -> 6f09016ea0), ELPA Syncer, 2023/09/11
- [elpa] externals/jinx 3f3c07b753 3/9: jinx-correct: Add dispatching to jinx-correct-at-point, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx ccf8b6b255 4/9: Code cleanup, use save-excursion, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx e70214849f 5/9: Update README.org,
ELPA Syncer <=
- [elpa] externals/jinx bf7d9f5144 1/9: Implement jinx-correct-at-point by faking an overlay (#89), ELPA Syncer, 2023/09/11
- [elpa] externals/jinx c891a7779f 7/9: Update CHANGELOG.org, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx 0f62c68620 8/9: Improve jinx-correct-at-point, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx 6f09016ea0 9/9: jinx-correct-*: Code cleanup, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx 709d4fa387 6/9: Update CHANGELOG.org, ELPA Syncer, 2023/09/11
- [elpa] externals/jinx 5702e733eb 2/9: Refactoring, ELPA Syncer, 2023/09/11