Variable: flyspell-sort-corrections

flyspell-sort-corrections is a customizable variable defined in flyspell.el.gz.

Value

nil

Documentation

If non-nil, sort the corrections before popping them.

The sorting is controlled by the flyspell-sort-corrections-function variable, and defaults to sorting alphabetically.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-sort-corrections nil
  "If non-nil, sort the corrections before popping them.
The sorting is controlled by the `flyspell-sort-corrections-function'
variable, and defaults to sorting alphabetically."
  :version "21.1"
  :type 'boolean)