Variable: ispell-parsing-keyword

ispell-parsing-keyword is a variable defined in ispell.el.gz.

Value

"Local IspellParsing: "

Documentation

The keyword for overriding default Ispell parsing.

The above keyword string should be followed by latex-mode or nroff-mode to put the current buffer into the desired parsing mode.

Extended character mode can be changed for this buffer by placing a ~ followed by an extended-character mode -- such as ~.tex. The last occurring definition in the buffer will be used.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defconst ispell-parsing-keyword "Local IspellParsing: "
  "The keyword for overriding default Ispell parsing.
The above keyword string should be followed by `latex-mode' or
`nroff-mode' to put the current buffer into the desired parsing mode.

Extended character mode can be changed for this buffer by placing
a `~' followed by an extended-character mode -- such as `~.tex'.
The last occurring definition in the buffer will be used.")