auctex-diffs
[Top][All Lists]
Advanced

[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: Mon, 05 Sep 2005 09:38:09 -0400

Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.235 auctex/tex-buf.el:1.236
--- auctex/tex-buf.el:1.235     Sun Jun 12 12:46:08 2005
+++ auctex/tex-buf.el   Mon Sep  5 13:38:08 2005
@@ -260,12 +260,16 @@
 ;;; Command Query
 
 (defun TeX-command (name file &optional override-confirm)
-  "Run command NAME on the file you get by calling FILE.
+  "Run command NAME on the file returned by calling FILE.
 
-FILE is a function return a file name.  It has one optional argument,
-the extension to use on the file.
-Use the information in `TeX-command-list' to determine how to run the
-command.  If OVERRIDE-CONFIRM is a prefix argument, confirmation will be
+FILE is the symbol of a function returning a file name.  The
+function has one optional argument, the extension to use on the
+file.
+
+Use the information in `TeX-command-list' to determine how to run
+the command.
+
+If OVERRIDE-CONFIRM is a prefix argument, confirmation will be
 asked if it is positive, and suppressed if it is not."
   (cond ((eq file 'TeX-region-file)
         (setq TeX-current-process-region-p t))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]