diff options
| author | Lars Ingebrigtsen | 2016-02-29 15:13:30 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-29 15:13:30 +1100 |
| commit | 04289d1cd863fa8cc0c8a9b976a8e27d9a0b4dd1 (patch) | |
| tree | 6e3588e331c949d0b7fa428e798b1a25febe06a9 /etc | |
| parent | 9671650a7c76b4dc2c74a6ae6258def228a26d95 (diff) | |
| download | emacs-04289d1cd863fa8cc0c8a9b976a8e27d9a0b4dd1.tar.gz emacs-04289d1cd863fa8cc0c8a9b976a8e27d9a0b4dd1.zip | |
Allow sorting flyspell corrections
* lisp/textmodes/flyspell.el (flyspell-sort): New function (bug#2405).
(flyspell-sort-corrections-functionx): New variable.
(flyspell-sort-corrections-alphabetically): New function.
(flyspell-notify-misspell): Use them.
(flyspell-auto-correct-word): Ditto.
(flyspell-emacs-popup): Ditto.
(flyspell-xemacs-popup): Ditto. Suggested by Sebastien Delafond.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2010,6 +2010,10 @@ This is used by Google's Native Client (NaCl). | |||
| 2010 | ** `read-color' will now display the color names using the color itself | 2010 | ** `read-color' will now display the color names using the color itself |
| 2011 | as the background color. | 2011 | as the background color. |
| 2012 | 2012 | ||
| 2013 | --- | ||
| 2014 | ** There is now a new variable `flyspell-sort-corrections-function' | ||
| 2015 | that allows changing the way corrections are sorted. | ||
| 2016 | |||
| 2013 | ** Miscellaneous name change | 2017 | ** Miscellaneous name change |
| 2014 | 2018 | ||
| 2015 | --- | 2019 | --- |