diff lisp/textmodes/=ispell4.el @ 8822:33a3f424c8c3

(ispell-menu-map): Order menu items by size: buffer > region > word.
author Karl Heuer <kwzh@gnu.org>
date Sat, 17 Sep 1994 00:28:47 +0000
parents ace71f0fc661
children 5306e71f486c
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el	Sat Sep 17 00:28:39 1994 +0000
+++ b/lisp/textmodes/=ispell4.el	Sat Sep 17 00:28:47 1994 +0000
@@ -234,15 +234,15 @@
 (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.