summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-12 22:41:42 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-12 22:41:42 +0000
commit088c6b8a96cf2220f0b84e1ef6e56b8a70bf943b (patch)
treee9873c2e7b983ddd8d2c5f5b653fe8717b04be79 /lisp/textmodes/ispell.el
parent5c2f53e73eb86025640155b306fd4614252f4961 (diff)
downloademacs-088c6b8a96cf2220f0b84e1ef6e56b8a70bf943b.tar.gz
Bind M-$.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 2 insertions, 0 deletions
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.