Variable: ispell-highlight-p

ispell-highlight-p is a customizable variable defined in ispell.el.gz.

Value

block

Documentation

Highlight spelling errors when non-nil.

When set to block, assumes a block cursor with TTY displays.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;; **********************************************************************
;;; The following variables should be set according to personal preference
;;; and location of binaries:
;;; **********************************************************************


;;;  ******* THIS FILE IS WRITTEN FOR ISPELL VERSION 3.1+

(defcustom ispell-highlight-p 'block
  "Highlight spelling errors when non-nil.
When set to `block', assumes a block cursor with TTY displays."
  :type '(choice (const block) (const :tag "off" nil) (const :tag "on" t)))