Variable: ispell-personal-dictionary

ispell-personal-dictionary is a customizable variable defined in ispell.el.gz.

Value

nil

Documentation

File name of your personal spelling dictionary, or nil.

If nil, the default personal dictionary for your spelling checker is used. Due to a misfeature of Hunspell, if the value is an absolute file name, the file by that name must already exist for Hunspell to be able to use it.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;;###autoload
(defcustom ispell-personal-dictionary nil
  "File name of your personal spelling dictionary, or nil.
If nil, the default personal dictionary for your spelling checker is used.
Due to a misfeature of Hunspell, if the value is an absolute file name, the
file by that name must already exist for Hunspell to be able to use it."
  :type '(choice file
                 (const :tag "default" nil)))