diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 8d0e076947f..070f3475945 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -868,7 +868,7 @@ You can set this variable in hooks in your init file -- eg: (buffer-substring start end))) ;;;###autoload -(define-key global-map "\M-$" 'ispell-word) +(define-key esc-map "$" 'ispell-word) ;;;###autoload (defun ispell-word (&optional following quietly continue) |