aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/dejagnu.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e27618c..11c5e0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
+
+ * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
+ the structure of the "runtests" argument.
+
2019-01-12 Ben Elliston <bje@gnu.org>
* doc/dejagnu.texi: Various documentation fixes.
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index f2ec487..e52a6d1 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4985,8 +4985,8 @@ is a file.
@table @asis
@item @code{runtests}
-@code{runtests} is a list of two elements. The first is a copy of what
-was on the right side of the @code{=} if @code{foo.exp="..."} was
+@code{runtests} is a list of two elements. The second is a copy of
+what was on the right side of the @code{=} if @code{foo.exp="..."} was
specified, or an empty string if no such argument is present.
@item @code{testcase}