Variable: flyspell-before-incorrect-word-string

flyspell-before-incorrect-word-string is a customizable variable defined in flyspell.el.gz.

Value

nil

Documentation

String used to indicate an incorrect word starting.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-before-incorrect-word-string nil
  "String used to indicate an incorrect word starting."
  :type '(choice string (const nil)))