aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2019-01-12 16:00:15 +1100
committerBen Elliston <bje@gnu.org>2019-01-12 16:00:15 +1100
commit4a4e84a615d33e462833ffbd1fe286df5477fd8c (patch)
treecbbddb091b4937083451a2c7d42a97db2064cc30
parentc0f818796ce6cfc927c513acb43f72d542e1a68f (diff)
* doc/dejagnu.texi (runtest_file_p procedure): Fix description of
the structure of the "runtests" argument. Signed-off-by: Ben Elliston <bje@gnu.org>
-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}