summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-10-30 23:22:27 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-10-30 23:23:37 +0100
commitd72e3ad4cdfd5cea1509a241d55e18f54ae2aeca (patch)
tree537564f7cc6c87d35f5e6f13b5e5209972ffba9a /README.org
parent080738213b82a8c2aa85a3ed82496b9ee337d687 (diff)
Prepare release on GNU ELPA; bump version to 0.1externals/flymake-codespell
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 0949277..3e9b542 100644
--- a/README.org
+++ b/README.org
@@ -7,8 +7,8 @@ automatically highlight errors as you type. It requires Emacs version
Unlike most other spellcheckers, codespell does not have a dictionary
of known words. Instead it has a list of common typos, and checks
only for those. This means that it's far less likely to generate
-false positives, especially when used on source code, or technical
-documentation and research.
+false positives, especially when used on source code, or any file with
+a lot of specific terms like documentation or research.
* Prerequisites