[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: texi2dvi: fix comments
From: |
Akim Demaille |
Subject: |
FYI: texi2dvi: fix comments |
Date: |
Wed, 15 Apr 2009 16:57:44 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) |
Index: ChangeLog
from Akim Demaille <address@hidden>
texi2dvi: fix comments.
* bin/texi2dvi: here.
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.147
diff -u -u -r1.147 texi2dvi
--- util/texi2dvi 15 Apr 2009 14:55:50 -0000 1.147
+++ util/texi2dvi 15 Apr 2009 14:56:49 -0000
@@ -698,7 +698,7 @@
# aux_file_p FILE
# ---------------
-# Return with success with FILE is an aux file.
+# Return with success if FILE is an aux file.
aux_file_p ()
{
test -f "$1" || return 1
@@ -710,7 +710,7 @@
# bibaux_file_p FILE
# ------------------
-# Return with success with FILE is an aux file containing citation
+# Return with success if FILE is an aux file containing citation
# requests.
bibaux_file_p ()
{
@@ -730,7 +730,7 @@
# index_file_p FILE
# -----------------
-# Return with success with FILE is an index file.
+# Return with success if FILE is an index file.
# When index.sty is used, there is a space before the brace.
index_file_p ()
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: texi2dvi: fix comments,
Akim Demaille <=