Variable: flyspell-after-incorrect-word-string

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

Value

nil

Documentation

String used to indicate an incorrect word ending.

Source Code

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