Variable: ispell-grep-command

ispell-grep-command is a customizable variable defined in ispell.el.gz.

Value

"grep"

Documentation

Name of the grep command for search processes.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-grep-command
  "grep"
  "Name of the grep command for search processes."
  :type 'string)