Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d3451c7
Commit
0d3451c7
authored
May 16, 2015
by
Eli Zaretskii
Browse files
; * lisp/textmodes/ispell.el (ispell-aspell-find-dictionary): Add a comment.
parent
da4a31b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-1
No files found.
lisp/textmodes/ispell.el
View file @
0d3451c7
...
...
@@ -1075,7 +1075,8 @@ of `ispell-dictionary-base-alist' elements."
(
dolist
(
tmp-path
(
list
ispell-aspell-dict-dir
ispell-aspell-data-dir
))
;; Try xx.dat first, strip out variant, country code, etc,
;; then try xx_YY.dat (without stripping country code).
;; then try xx_YY.dat (without stripping country code),
;; then try xx-alt.dat, for deu-alt etc.
(
dolist
(
tmp-regexp
(
list
"^[[:alpha:]]+"
"^[[:alpha:]_]+"
"^[[:alpha:]]+-\\(alt\\|old\\)"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment