Variable: ispell-format-word-function

ispell-format-word-function is a customizable variable defined in ispell.el.gz.

Value

upcase

Documentation

Formatting function for displaying word being spell checked.

The function must take one string argument and return a string.

Probably introduced at or before Emacs version 21.1.

Aliases

ispell-format-word (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-format-word-function (function upcase)
  "Formatting function for displaying word being spell checked.
The function must take one string argument and return a string."
  :type 'function)