74ac90
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
74ac90
index 1d28de7..1daec44 100644
74ac90
--- a/lisp/textmodes/ispell.el
74ac90
+++ b/lisp/textmodes/ispell.el
74ac90
@@ -351,9 +351,9 @@ Must be greater than 1."
74ac90
   :group 'ispell)
74ac90
 
74ac90
 (defcustom ispell-program-name
74ac90
-  (or (executable-find "aspell")
74ac90
+  (or (executable-find "hunspell")
74ac90
+      (executable-find "aspell")
74ac90
       (executable-find "ispell")
74ac90
-      (executable-find "hunspell")
74ac90
       "ispell")
74ac90
   "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
74ac90
   :type 'string