/[auctex]/auctex/tex-buf.el
ViewVC logotype

Diff of /auctex/tex-buf.el

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

revision 1.234 by angeli, Sun Jun 12 09:37:46 2005 UTC revision 1.235 by angeli, Sun Jun 12 12:46:08 2005 UTC
# Line 354  in TeX-check-path." Line 354  in TeX-check-path."
354      found))      found))
355    
356  (defun TeX-run-ispell-on-document (command ignored name)  (defun TeX-run-ispell-on-document (command ignored name)
357    "Run ispell on  all files belonging to the current document."    "Run ispell on all open files belonging to the current document."
358    (interactive)    (interactive)
359    (TeX-ispell-document ""))    (TeX-ispell-document ""))
360    
361  (defun TeX-ispell-document (name)  (defun TeX-ispell-document (name)
362    "Run ispell on  all files belonging to the current document."    "Run ispell on all open files belonging to the current document."
363    (interactive (list (TeX-master-file)))    (interactive (list (TeX-master-file)))
364    (if (string-equal name "")    (if (string-equal name "")
365        (setq name (TeX-master-file)))        (setq name (TeX-master-file)))

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235

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