X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7180836e4d2be83a4d27faa31e1acb271f4e6d27..89be8f4ece8261a3ca664f3cc4a3ae09d2c096c6:/lisp/textmodes/flyspell.el diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 5268988f42..a3c110b8f1 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -412,7 +412,7 @@ property of the major mode name.") (define-key map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word) (define-key map [(control ?\,)] 'flyspell-goto-next-error) (define-key map [(control ?\.)] 'flyspell-auto-correct-word) - (define-key map [(meta ?\^m)] 'flyspell-correct-word-before-point) + (define-key map [?\C-c ?$] 'flyspell-correct-word-before-point) map) "Minor mode keymap for Flyspell mode--for the whole buffer.")