summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-2/+2
|/
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Avoid a flyspell error if point is at beginning of bufferAlex Branham2019-06-171-3/+4
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix build error: use string :version in defcustomKarl Fogel2018-09-101-1/+1
* | Add flyspell option to ignore duplicates of different caseReuben Thomas2018-09-101-1/+8
* | Merge from origin/emacs-26Glenn Morris2018-08-101-6/+31
|\ \ | |/
| * Fix Flyspell mode when several languages are mixed in a bufferEli Zaretskii2018-08-071-6/+31
* | Merge from origin/emacs-26Glenn Morris2018-07-201-3/+11
|\ \ | |/
| * Clarify usage and dependencies between several Flyspell featuresEli Zaretskii2018-07-141-3/+11
* | Merge from origin/emacs-26Glenn Morris2018-07-131-3/+4
|\ \ | |/
| * Another documentation improvement in flyspell.elEli Zaretskii2018-07-121-1/+2
| * Improve documentation of FlyspellEli Zaretskii2018-07-121-2/+2
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-2/+4
* | Merge from origin/emacs-26Glenn Morris2018-04-201-2/+3
|\ \ | |/
| * Fix flyspell-auto-correct-previous-word broken by recent changeEli Zaretskii2018-04-171-2/+3
* | Better support for 'transpose-chars' in Flyspell modeAaron Jensen2018-03-201-0/+5
|/
* Prevent Flyspell from changing unrelated wordsEli Zaretskii2018-03-031-0/+4
* * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.Glenn Morris2018-02-201-1/+1
* Fix documentation of 'flyspell-auto-correct-word'Eli Zaretskii2018-02-201-4/+15
* ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.Eli Zaretskii2018-02-171-1/+1
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix last change.Eli Zaretskii2018-02-161-3/+4
* Fix the doc string of flyspell-auto-correct-wordEli Zaretskii2018-02-161-1/+3
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Don't lose key bindings on mis-spelled text in flyspell-modeEli Zaretskii2017-04-301-1/+6
* Avoid errors when flyspell-generic-check-word-predicate is a lambda.Hong Xu2017-02-171-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* | Fix spelling mistake in private defun name (Bug#25218)Reuben Thomas2016-12-171-5/+5
* | Remove XEmacs support from flyspell.el (Bug#25218)Reuben Thomas2016-12-171-106/+5
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-1/+1
* | Allow sorting flyspell correctionsLars Ingebrigtsen2016-02-291-13/+29
|/
* * lisp/textmodes/flyspell.el (flyspell--prev-meta-tab-binding):Glenn Morris2016-01-251-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow to invoke original M-TAB binding in 'flyspell-prog-mode'Eli Zaretskii2015-12-311-99/+111
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-2/+2
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-2/+2