From fb2de71dce76932b144745ad327ddad8511dd9b0 Mon Sep 17 00:00:00 2001 From: Huynh Tan Date: Fri, 24 Feb 2023 11:15:15 +0700 Subject: [PATCH] docs(spell): mention possible mismatch in ispell-personal-dictionary Ref: #6246 --- modules/checkers/spell/README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/checkers/spell/README.org b/modules/checkers/spell/README.org index de66d87cb..5f0a36975 100644 --- a/modules/checkers/spell/README.org +++ b/modules/checkers/spell/README.org @@ -210,7 +210,9 @@ to fix this. *** Aspell If ~M-x +spell/add-word~ results in the above error this mean that the personal dictionary file was not created for some reason. This can be -fixed by creating the required file manually. +fixed by creating the required file manually. Note: the personal dictionary +is defined by ~ispell-personal-dictionary~, you may need to check it first +with ~M-x describe-variable~. #+begin_example shell mkdir -p ~/.emacs.d/.local/etc/ispell echo personal_ws-1.1 en 0 > ~/.emacs.d/.local/etc/ispell/.pws