Variable: ispell-dictionary

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

Value

nil

Documentation

Default dictionary to use if ispell-local-dictionary is nil.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-dictionary nil
  "Default dictionary to use if `ispell-local-dictionary' is nil."
  :type '(choice string
                 (const :tag "default" nil)))