Variable: ispell-words-keyword

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

Value

"LocalWords: "

Documentation

The keyword for local oddly-spelled words to accept.

The keyword will be followed by any number of local word spellings. There can be multiple instances of this keyword in the file.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;; *** Buffer Local Definitions ***

(defconst ispell-words-keyword "LocalWords: "
  "The keyword for local oddly-spelled words to accept.
The keyword will be followed by any number of local word spellings.
There can be multiple instances of this keyword in the file.")