Variable: ispell-async-processp

ispell-async-processp is a variable defined in ispell.el.gz.

Value

t

Documentation

Non-nil means that the OS supports asynchronous processes.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell-async-processp (and (fboundp 'delete-process)
				   (fboundp 'process-send-string)
				   (fboundp 'accept-process-output))
  "Non-nil means that the OS supports asynchronous processes.")