1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(ispell-word): Make M-$ binding using esc-map.

This commit is contained in:
Richard M. Stallman 1998-05-07 23:21:15 +00:00
parent d131e79c3a
commit a9e5664e49

View file

@ -868,7 +868,7 @@ You can set this variable in hooks in your init file -- eg:
(buffer-substring start end)))
;;;###autoload
(define-key global-map "\M-$" 'ispell-word)
(define-key esc-map "$" 'ispell-word)
;;;###autoload
(defun ispell-word (&optional following quietly continue)