From 088c6b8a96cf2220f0b84e1ef6e56b8a70bf943b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 12 Apr 1994 22:41:42 +0000 Subject: Bind M-$. --- lisp/textmodes/ispell.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/textmodes') 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. -- cgit v1.2.1