diff options
| author | Eli Zaretskii | 2001-08-01 15:29:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-01 15:29:35 +0000 |
| commit | 2b2eabedd79f9598e21c1a1d637d121e4d130b68 (patch) | |
| tree | 25345902d22488b3c99714742aec6e9f3b640982 /lisp/textmodes | |
| parent | 9761cd3ae6e1ab91b3bbf35c6349c54a6bd8a06d (diff) | |
| download | emacs-2b2eabedd79f9598e21c1a1d637d121e4d130b68.tar.gz emacs-2b2eabedd79f9598e21c1a1d637d121e4d130b68.zip | |
(ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index eebd32f2ec0..4e8b6119e51 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -300,6 +300,8 @@ Must be greater than 1." | |||
| 300 | ((file-exists-p "/usr/dict/words") "/usr/dict/words") | 300 | ((file-exists-p "/usr/dict/words") "/usr/dict/words") |
| 301 | ((file-exists-p "/usr/lib/dict/words") "/usr/lib/dict/words") | 301 | ((file-exists-p "/usr/lib/dict/words") "/usr/lib/dict/words") |
| 302 | ((file-exists-p "/usr/share/dict/words") "/usr/share/dict/words") | 302 | ((file-exists-p "/usr/share/dict/words") "/usr/share/dict/words") |
| 303 | ((file-exists-p "/usr/share/lib/dict/words") | ||
| 304 | "/usr/share/lib/dict/words") | ||
| 303 | ((file-exists-p "/sys/dict") "/sys/dict") | 305 | ((file-exists-p "/sys/dict") "/sys/dict") |
| 304 | (t "/usr/dict/words")) | 306 | (t "/usr/dict/words")) |
| 305 | "*Alternate dictionary for spelling help." | 307 | "*Alternate dictionary for spelling help." |