summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-22 11:45:23 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-22 11:45:40 +0100
commit1ad126c0f28aae2b5d2da9b347a33e4300424de9 (patch)
tree28769ebd6905d5b1adffaae2fd328fc0b080121e /lisp/textmodes
parent77678244b83455b34a92e90ddeea4c68799d1d58 (diff)
downloademacs-1ad126c0f28aae2b5d2da9b347a33e4300424de9.tar.gz
emacs-1ad126c0f28aae2b5d2da9b347a33e4300424de9.tar.bz2
emacs-1ad126c0f28aae2b5d2da9b347a33e4300424de9.zip
; Fix typo
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 6b048a8a805..be3bdda1d13 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -583,7 +583,7 @@ Note that with \"ispell\" as the speller, the CASECHARS and
OTHERCHARS slots of the alist should contain the same character
set as casechars and otherchars in the LANGUAGE.aff file \(e.g.,
english.aff). Aspell and Hunspell don't have this limitation.
-Allso, when the speller program is \"aspell\" or \"hunspell\",
+Also, when the speller program is \"aspell\" or \"hunspell\",
some parts of the database, notably OTHERCHARS, will be determined
by parsing the dictionary data files, see `ispell-aspell-find-dictionary'
and `ispell-parse-hunspell-affix-file'.")