Function: ispell-highlight-spelling-error
ispell-highlight-spelling-error is a byte-compiled function defined in
ispell.el.gz.
Signature
(ispell-highlight-spelling-error START END &optional HIGHLIGHT REFRESH)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-highlight-spelling-error (start end &optional highlight refresh)
(if (display-color-p)
(ispell-highlight-spelling-error-overlay start end highlight)
(ispell-highlight-spelling-error-generic start end highlight refresh)))