(progn
(define-key ispell-menu-map [ispell-continue]
'("Continue Check" . ispell-continue))
- (define-key ispell-menu-map [ispell-region]
- '("Check Region" . ispell-region))
(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-buffer))))
(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.