Variable: ispell-buffer-local-name

ispell-buffer-local-name is a variable defined in ispell.el.gz.

Value

nil

Documentation

Contains the buffer name if local word definitions were used.

Ispell is then restarted because the local words could conflict.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp)

(defvar ispell-buffer-local-name nil
  "Contains the buffer name if local word definitions were used.
Ispell is then restarted because the local words could conflict.")