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

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

[nongnu] elpa/spell-fu 47d92c1989 84/86: Fix wrong function name for mul


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 47d92c1989 84/86: Fix wrong function name for multiple languages example
Date: Thu, 7 Jul 2022 12:03:46 -0400 (EDT)

branch: elpa/spell-fu
commit 47d92c1989a882c43a1a978e865e180c69b495fa
Author: Kepi <kepi@igloonet.cz>
Commit: Kepi <kepi@igloonet.cz>

    Fix wrong function name for multiple languages example
---
 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]