From a870f9170bdf32ecb0f816b80fab800384560c5a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 12 Apr 1994 22:41:42 +0000 Subject: [PATCH] Bind M-$. --- lisp/textmodes/ispell.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 444555c5e47..28595634025 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -626,6 +626,8 @@ You can set this variable in hooks in your init file -- eg: ;;; ********************************************************************** +;;;###autoload (define-key global-map "\M-$" 'ispell-word) + ;;;###autoload (defun ispell-word (&optional following quietly) "Check spelling of word under or before the cursor.