aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-29 15:13:30 +1100
committerLars Ingebrigtsen2016-02-29 15:13:30 +1100
commit04289d1cd863fa8cc0c8a9b976a8e27d9a0b4dd1 (patch)
tree6e3588e331c949d0b7fa428e798b1a25febe06a9 /etc
parent9671650a7c76b4dc2c74a6ae6258def228a26d95 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6fe47d42e94..12b98fa989d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2011as the background color. 2011as the background color.
2012 2012
2013---
2014** There is now a new variable `flyspell-sort-corrections-function'
2015that allows changing the way corrections are sorted.
2016
2013** Miscellaneous name change 2017** Miscellaneous name change
2014 2018
2015--- 2019---