Variable: ispell-library-directory

ispell-library-directory is a variable defined in ispell.el.gz.

Value

nil

Documentation

Directory where ispell dictionaries reside.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;; The preparation of the menu bar menu must be autoloaded
;; because otherwise this file gets autoloaded every time Emacs starts
;; so that it can set up the menus and determine keyboard equivalents.

(defvar ispell-library-directory (condition-case ()
				     (ispell-check-version)
				   (error nil))
  "Directory where ispell dictionaries reside.")