Variable: ispell--save-correction-as-abbrev
ispell--save-correction-as-abbrev is a variable defined in
ispell.el.gz.
Value
nil
Documentation
Non-nil means save the current correction as an abbrev.
Dynamically bound to the value of ispell-save-corrections-as-abbrevs
around calls to ispell-command-loop. The command loop can toggle
this, via C-u, to control abbrev saving for an immediately subsequent
replacement command (a selection from the suggestion list, or
\r/\R).
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell--save-correction-as-abbrev nil
"Non-nil means save the current correction as an abbrev.
Dynamically bound to the value of `ispell-save-corrections-as-abbrevs'
around calls to `ispell-command-loop'. The command loop can toggle
this, via `C-u', to control abbrev saving for an immediately subsequent
replacement command (a selection from the suggestion list, or
\\`r'/\\`R').")