]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/ispell.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / textmodes / ispell.el
index a139c061f5937d9277907931a646c6002154e902..284fea4acd59f7b69e84b44b5f7951dba26d3a5a 100644 (file)
@@ -996,7 +996,7 @@ and added as a submenu of the \"Edit\" menu.")
 (defvar ispell-async-processp (and (fboundp 'delete-process)
                                   (fboundp 'process-send-string)
                                   (fboundp 'accept-process-output)
-                                  ;;(fboundp 'start-process)
+                                  ;;(fboundp 'make-process)
                                   ;;(fboundp 'set-process-filter)
                                   ;;(fboundp 'process-kill-without-query)
                                   )