Variable: flyspell-auto-correct-binding

flyspell-auto-correct-binding is a customizable variable defined in flyspell.el.gz.

Value

[(control 59)]

Documentation

The key binding for flyspell auto correction.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-auto-correct-binding
  [(control ?\;)]
  "The key binding for flyspell auto correction."
  :type 'key-sequence)