Variable: ispell-look-command

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

Value

nil

Documentation

Name of the look command for search processes.

This must be an absolute file name.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-look-command (executable-find "look")
  "Name of the look command for search processes.
This must be an absolute file name."
  :type '(choice (const :tag "None" nil)
                 file)
  :version "28.1")