Variable: ispell-pdict-keyword
ispell-pdict-keyword is a variable defined in ispell.el.gz.
Value
"Local IspellPersDict: "
Documentation
The keyword for defining buffer local dictionaries.
Keyword must be followed by the filename of a personal dictionary. The last occurring definition in the buffer will be used.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defconst ispell-pdict-keyword "Local IspellPersDict: "
"The keyword for defining buffer local dictionaries.
Keyword must be followed by the filename of a personal dictionary.
The last occurring definition in the buffer will be used.")