| Revision 11706, 535 bytes checked in by iwaim, 8 years ago (diff) |
|---|
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 1d28de7..1daec44 100644
| a | b | Must be greater than 1." |
|---|---|---|
| 351 | 351 | :group 'ispell) |
| 352 | 352 | |
| 353 | 353 | (defcustom ispell-program-name |
| 354 | (or (executable-find "aspell") | |
| 354 | (or (executable-find "hunspell") | |
| 355 | (executable-find "aspell") | |
| 355 | 356 | (executable-find "ispell") |
| 356 | ||
| 357 | 357 | "ispell") |
| 358 | 358 | "Program invoked by \\[ispell-word] and \\[ispell-region] commands." |
| 359 | 359 | :type 'string |