branch: externals/auctex
commit 3f69eccfe463eab4adff1238f85d5db089eae5bb
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    ; * preview.el (preview-dvi*-process-setup-1): Fix wording by Al.
---
 preview.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/preview.el b/preview.el
index 32baa19de9..e933930789 100644
--- a/preview.el
+++ b/preview.el
@@ -931,8 +931,8 @@ Pure borderless black-on-white will return an empty string."
 
 (defun preview-dvi*-process-setup-1 (img-type start sentinel)
   "Setup process of a DVI converter to IMG-TYPE.
-START is the function that actually starts the process and SENTINEL is
-the used `TeX-sentinel-function'."
+START is the function that actually starts the process with
+`TeX-sentinel-function' set to SENTINEL."
   (setq preview-gs-command-line (append
                                  preview-gs-command-line
                                  (list (preview-gs-resolution

Reply via email to