emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0d3451c 3/3: ; * lisp/textmodes/ispell.el (ispell-a


From: Eli Zaretskii
Subject: [Emacs-diffs] master 0d3451c 3/3: ; * lisp/textmodes/ispell.el (ispell-aspell-find-dictionary): Add a comment.
Date: Sat, 16 May 2015 09:41:14 +0000

branch: master
commit 0d3451c75dcdc52948caf5c464feada7280c64c1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/textmodes/ispell.el (ispell-aspell-find-dictionary): Add a comment.
---
 lisp/textmodes/ispell.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 8107f79..f67fae8 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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\\)"))



reply via email to

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