Fix flyspell-check-previous-highlighted-word
commit5e63841f2847b0b07cf15aed98c26fe914e9804a
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2015 09:35:16 +0000 (25 12:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2015 09:35:16 +0000 (25 12:35 +0300)
tree5be6e492c0ce4b918423df38ba4629538660882a
parentcbb289e13eff6b187a942658971aa5419e3ed920
Fix flyspell-check-previous-highlighted-word

* lisp/textmodes/flyspell.el
(flyspell-check-previous-highlighted-word): Really accept a
numeric argument, as the doc string describes.  Fix an off-by-one
error in looking up overlays, so invocation with point immediately
after a word would check that word.  Clarify the doc string as
Suggested by N. Jackson <nljlistbox2@gmail.com>.  (Bug#21129)
lisp/textmodes/flyspell.el