From ae098c3e726da4d926f824f7caf28456f2a7c003 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 18 Aug 2020 12:43:16 +0200 Subject: 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 . --- doc/emacs/fixit.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/emacs/fixit.texi') diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 507e780f58e..6633848716e 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -447,7 +447,7 @@ use @code{flyspell-region} or @code{flyspell-buffer} for that. it with @kbd{mouse-2} (@code{flyspell-correct-word}) to display a menu of possible corrections and actions. If you want this menu on @kbd{mouse-3} instead, customize the variable -@code{flyspell-correct-on-mouse-3}. In addition, @kbd{C-.} or +@code{flyspell-use-mouse-3-for-menu}. In addition, @kbd{C-.} or @kbd{@key{ESC}-@key{TAB}} (@code{flyspell-auto-correct-word}) will propose various successive corrections for the word at point, and @w{@kbd{C-c $}} (@code{flyspell-correct-word-before-point}) will pop -- cgit v1.2.3