/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by rms, Tue Oct 19 16:54:17 2004 UTC revision 1.55 by rms, Thu Nov 4 10:20:35 2004 UTC
# Line 956  Mostly we check word delimiters." Line 956  Mostly we check word delimiters."
956  ;*---------------------------------------------------------------------*/  ;*---------------------------------------------------------------------*/
957  (defun flyspell-word (&optional following)  (defun flyspell-word (&optional following)
958    "Spell check a word."    "Spell check a word."
959    (interactive (list current-prefix-arg))    (interactive (list ispell-following-word))
   (if (interactive-p)  
       (setq following ispell-following-word))  
960    (save-excursion    (save-excursion
961      ;; use the correct dictionary      ;; use the correct dictionary
962      (flyspell-accept-buffer-local-defs)      (flyspell-accept-buffer-local-defs)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26