Mercurial > emacs
changeset 73907:37d2c9383035
(flyspell-mode-map): Bind C-c $ instead of M-RET.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 11 Nov 2006 01:00:03 +0000 |
parents | 22d4fdb9b8db |
children | b8be15ddb21d |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Fri Nov 10 17:10:01 2006 +0000 +++ b/lisp/textmodes/flyspell.el Sat Nov 11 01:00:03 2006 +0000 @@ -412,7 +412,7 @@ (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.")