# HG changeset patch # User Richard M. Stallman # Date 766190502 0 # Node ID 7cd9ecd593d727aeafa234049b126f9eebb6679b # Parent ff8e7580e32d1fd642f5b6c8ebc64cc460f1a9ac Bind M-$. diff -r ff8e7580e32d -r 7cd9ecd593d7 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Tue Apr 12 21:27:27 1994 +0000 +++ b/lisp/textmodes/ispell.el Tue Apr 12 22:41:42 1994 +0000 @@ -626,6 +626,8 @@ ;;; ********************************************************************** +;;;###autoload (define-key global-map "\M-$" 'ispell-word) + ;;;###autoload (defun ispell-word (&optional following quietly) "Check spelling of word under or before the cursor.