]> git.eshelyaron.com Git - emacs.git/commit
Rename new option to flyspell-use-mouse-3-for-menu
authorStefan Kangas <stefankangas@gmail.com>
Tue, 18 Aug 2020 10:43:16 +0000 (12:43 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 18 Aug 2020 10:49:36 +0000 (12:49 +0200)
commitae098c3e726da4d926f824f7caf28456f2a7c003
treecefb6e2ff6625ea7921c3512d7247e6d07e62b47
parente0c19e8dced9cc0149dc64a7494988bbfe765846
Rename new option to flyspell-use-mouse-3-for-menu

* lisp/textmodes/flyspell.el (flyspell-use-mouse-3-for-menu): Rename
from 'flyspell-correct-on-mouse-3'.  The previous name did not make it
clear that it's about opening a menu.  (Bug#11680)
(flyspell--set-use-mouse-3-for-menu): Rename from
'flyspell--set-correct-on-mouse-3'.  Bind menu to 'down-mouse-3'
instead of 'mouse-3' to be more in line with user expectations.
(flyspell-mode): Use the above new names.
* doc/emacs/fixit.texi (Spelling):
* etc/NEWS: Update documentation to use the new name.

Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
doc/emacs/fixit.texi
etc/NEWS
lisp/textmodes/flyspell.el