Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.234 auctex/tex-buf.el:1.235
--- auctex/tex-buf.el:1.234     Sun Jun 12 09:37:46 2005
+++ auctex/tex-buf.el   Sun Jun 12 12:46:08 2005
@@ -354,12 +354,12 @@
     found))
 
 (defun TeX-run-ispell-on-document (command ignored name)
-  "Run ispell on  all files belonging to the current document."
+  "Run ispell on all open files belonging to the current document."
   (interactive)
   (TeX-ispell-document ""))
 
 (defun TeX-ispell-document (name)
-  "Run ispell on  all files belonging to the current document."
+  "Run ispell on all open files belonging to the current document."
   (interactive (list (TeX-master-file)))
   (if (string-equal name "")
       (setq name (TeX-master-file)))


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to