Variable: ispell-dictionary-keyword
ispell-dictionary-keyword is a variable defined in ispell.el.gz.
Value
"Local IspellDict: "
Documentation
The keyword for a local dictionary to use.
The keyword must be followed by a valid dictionary name, defined in
ispell-local-dictionary-alist or ispell-dictionary-alist.
When multiple occurrences exist, the last keyword
definition is used.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defconst ispell-dictionary-keyword "Local IspellDict: "
"The keyword for a local dictionary to use.
The keyword must be followed by a valid dictionary name, defined in
`ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
When multiple occurrences exist, the last keyword
definition is used.")