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:
parent
d131e79c3a
commit
a9e5664e49
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue