Variable: ispell-local-pdict

ispell-local-pdict is a buffer-local variable defined in ispell.el.gz.

Documentation

A buffer local variable containing the current personal dictionary.

If non-nil, the value must be a string, which is a file name.

If you specify a personal dictionary for the current buffer which is different from the current personal dictionary, the effect is similar to calling M-x ispell-change-dictionary (ispell-change-dictionary). This variable is automatically set when defined in the file with either ispell-pdict-keyword or the local variable syntax.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar-local ispell-local-pdict ispell-personal-dictionary
  "A buffer local variable containing the current personal dictionary.
If non-nil, the value must be a string, which is a file name.

If you specify a personal dictionary for the current buffer which is
different from the current personal dictionary, the effect is similar
to calling \\[ispell-change-dictionary].  This variable is automatically
set when defined in the file with either `ispell-pdict-keyword' or the
local variable syntax.")