Variable: ispell--abbrev-saving-allowed
ispell--abbrev-saving-allowed is a variable defined in ispell.el.gz.
Value
nil
Documentation
Non-nil means the current ispell-command-loop supports abbrev saving.
Dynamically bound around calls to ispell-command-loop for which it
makes sense to allow abbrev saving. This includes calls from functions
like ispell-word and ispell-region, but excludes calls from
functions like ispell-complete-word.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell--abbrev-saving-allowed nil
"Non-nil means the current `ispell-command-loop' supports abbrev saving.
Dynamically bound around calls to `ispell-command-loop' for which it
makes sense to allow abbrev saving. This includes calls from functions
like `ispell-word' and `ispell-region', but excludes calls from
functions like `ispell-complete-word'.")