Variable: ispell-current-personal-dictionary
ispell-current-personal-dictionary is a variable defined in
ispell.el.gz.
Value
nil
Documentation
The name of the current personal dictionary, or nil for the default.
This is passed to the Ispell process using the -p switch.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell-current-personal-dictionary nil
"The name of the current personal dictionary, or nil for the default.
This is passed to the Ispell process using the `-p' switch.")