]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind M-$.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 22:41:42 +0000 (22:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 22:41:42 +0000 (22:41 +0000)
lisp/textmodes/ispell.el

index 444555c5e47cb68437a2d7a991d8a729acc977b6..28595634025e079fb314d564343c852bcacbfa1c 100644 (file)
@@ -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.