diff options
| author | Paul Eggert | 2013-03-02 22:40:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-02 22:40:21 -0800 |
| commit | 7254ac084a4d42b9ec0efa5208985a9656a11249 (patch) | |
| tree | 978811bc787e6aaa78f1deaaf5df2ab40c921416 /lisp/textmodes | |
| parent | 4aff132c639133b168aac40308afdc5ec8f4e9f3 (diff) | |
| download | emacs-7254ac084a4d42b9ec0efa5208985a9656a11249.tar.gz emacs-7254ac084a4d42b9ec0efa5208985a9656a11249.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 92e21c300c7..467ac004420 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1157,7 +1157,7 @@ all uninitialized dicts using that affix file." | |||
| 1157 | (use-for-dicts (list dict)) | 1157 | (use-for-dicts (list dict)) |
| 1158 | (dict-args-cdr (cdr (ispell-parse-hunspell-affix-file dict))) | 1158 | (dict-args-cdr (cdr (ispell-parse-hunspell-affix-file dict))) |
| 1159 | newlist) | 1159 | newlist) |
| 1160 | ;; Get a list of unitialized dicts using the same affix file. | 1160 | ;; Get a list of uninitialized dicts using the same affix file. |
| 1161 | (dolist (dict-equiv-alist-entry ispell-hunspell-dictionary-equivs-alist) | 1161 | (dolist (dict-equiv-alist-entry ispell-hunspell-dictionary-equivs-alist) |
| 1162 | (let ((dict-equiv-key (car dict-equiv-alist-entry)) | 1162 | (let ((dict-equiv-key (car dict-equiv-alist-entry)) |
| 1163 | (dict-equiv-value (cadr dict-equiv-alist-entry))) | 1163 | (dict-equiv-value (cadr dict-equiv-alist-entry))) |