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