Mercurial > emacs
changeset 38644:f1184d540c06
(ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 15:28:33 +0000 |
parents | ac4f220ae496 |
children | 49fe07c46f8f |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Wed Aug 01 15:27:36 2001 +0000 +++ b/lisp/textmodes/ispell.el Wed Aug 01 15:28:33 2001 +0000 @@ -300,6 +300,8 @@ ((file-exists-p "/usr/dict/words") "/usr/dict/words") ((file-exists-p "/usr/lib/dict/words") "/usr/lib/dict/words") ((file-exists-p "/usr/share/dict/words") "/usr/share/dict/words") + ((file-exists-p "/usr/share/lib/dict/words") + "/usr/share/lib/dict/words") ((file-exists-p "/sys/dict") "/sys/dict") (t "/usr/dict/words")) "*Alternate dictionary for spelling help."