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

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

[nongnu] elpa/spell-fu 1299bfca2e 85/86: Merge pull request 'Fix wrong f


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 1299bfca2e 85/86: Merge pull request 'Fix wrong function name for multiple languages example' (#27) from kepi/emacs-spell-fu:master into master
Date: Thu, 7 Jul 2022 12:03:46 -0400 (EDT)

branch: elpa/spell-fu
commit 1299bfca2ec9bdca0424fcaa330ddadc8f8d1143
Merge: 2f2fd6de00 47d92c1989
Author: Campbell Barton <ideasman42@noreply.codeberg.org>
Commit: Campbell Barton <ideasman42@noreply.codeberg.org>

    Merge pull request 'Fix wrong function name for multiple languages example' 
(#27) from kepi/emacs-spell-fu:master into master
---
 readme.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.rst b/readme.rst
index 17b5055fb6..fc1cb468fb 100644
--- a/readme.rst
+++ b/readme.rst
@@ -69,8 +69,8 @@ Multiple languages can be used in the same buffer by 
configuring multiple dictio
 
    (add-hook 'spell-fu-mode-hook
      (lambda ()
-       (spell-fu-dictionary-add (spell-fu-get-ispell "de"))
-       (spell-fu-dictionary-add (spell-fu-get-ispell "fr"))
+       (spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "de"))
+       (spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "fr"))
        (spell-fu-dictionary-add
          (spell-fu-get-personal-dictionary "de-personal" 
"/home/user/.aspell.de.pws"))
        (spell-fu-dictionary-add



reply via email to

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