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.

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."
  :type '(choice file
                 (const :tag "default" nil)))