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

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

[nongnu] elpa/spell-fu 251e63eacc 29/86: readme: update, clarify TODO


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 251e63eacc 29/86: readme: update, clarify TODO
Date: Thu, 7 Jul 2022 12:03:40 -0400 (EDT)

branch: elpa/spell-fu
commit 251e63eacc86792ef8fe11450c14322b3ec9110c
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    readme: update, clarify TODO
---
 readme.rst | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/readme.rst b/readme.rst
index 48d5b7e85b..bc842cac1c 100644
--- a/readme.rst
+++ b/readme.rst
@@ -7,6 +7,8 @@ Fast highlighting of misspelled words.
 This is a light weight spell checker for Emacs,
 that runs from the syntax highlighter without starting external processes.
 
+Available on `Melpa <https://melpa.org/#/spell-fu>`__.
+
 
 Motivation
 ==========
@@ -29,15 +31,14 @@ You may enable this globally which has the following 
defaults.
 
 .. code-block:: elisp
 
-   (use-package spell-fu) ;; not yet in Melpa.
-
+   (use-package spell-fu)
    (global-spell-fu-mode)
 
 Or you may wish to configure this per-mode, e.g:
 
 .. code-block:: elisp
 
-   (use-package spell-fu) ;; not yet in Melpa.
+   (use-package spell-fu)
 
    (add-hook 'org-mode-hook
      (lambda ()
@@ -92,7 +93,7 @@ You may wish to set these values differently based on the 
current major-mode.
    The regular expression to use for scanning words.
 
 ``spell-fu-faces-include``
-   When not ``nil``, only faces that in this list will be checked.
+   When not ``nil``, only faces in this list will be checked.
 
 ``spell-fu-faces-exclude``
    When not ``nil``, text with faces in this list will be excluded.
@@ -168,4 +169,5 @@ TODO
 - Support a custom command for generating a word list.
 - Support going to next/previous misspelled word.
 - Support affix expansion when calling aspell (some non English dictionaries 
use this).
-- Support refreshing the word list when ispell updates the personal dictionary.
+- Support refreshing the word list at run-time when ispell updates the 
personal dictionary
+  *(currently updates require re-enabling the mode).*



reply via email to

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