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.
Probably introduced at or before Emacs version 20.3.
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)