summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell4.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-17 00:28:47 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-17 00:28:47 +0000
commit81b328e5d1bb14f1ab603ef4fb7ce88955b3dd51 (patch)
tree30afef0d81c3c0d5c24a04ed2cba30df161fd89c /lisp/textmodes/ispell4.el
parent0246d165914687b06f2cf819a408ac4ecec6c4a9 (diff)
downloademacs-81b328e5d1bb14f1ab603ef4fb7ce88955b3dd51.tar.gz
(ispell-menu-map): Order menu items by size: buffer > region > word.
Diffstat (limited to 'lisp/textmodes/ispell4.el')
-rw-r--r--lisp/textmodes/ispell4.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index b57917909a8..3e87b7c7322 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -234,15 +234,15 @@ that have not already been dumped will be lost."
(define-key ispell-menu-map [ispell-message]
'("Check Message" . ispell-message))
+(define-key ispell-menu-map [ispell-word]
+ '("Check Word" . ispell-word))
+
(define-key ispell-menu-map [ispell-region]
'("Check Region" . ispell-region))
(define-key ispell-menu-map [ispell-buffer]
'("Check Buffer" . ispell))
-(define-key ispell-menu-map [ispell-word]
- '("Check Word" . ispell-word))
-
;;;###autoload
(defun ispell (&optional buf start end)
"Run Ispell over current buffer's visited file.