Function: flyspell-context-menu
flyspell-context-menu is a byte-compiled function defined in
flyspell.el.gz.
Signature
(flyspell-context-menu MENU CLICK)
Documentation
Context menu for context-menu-mode(var)/context-menu-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defun flyspell-context-menu (_menu _click)
"Context menu for `context-menu-mode'."
;; TODO: refactor `flyspell-correct-word' and related functions to return
;; a keymap menu where every menu item is bound to a lambda that calls
;; `flyspell-do-correct' with an argument that is a correct word.
'flyspell-correct-word)