[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex-buf.el
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex-buf.el |
Date: |
Sun, 12 Jun 2005 08:46:09 -0400 |
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)))