aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi4
1 files changed, 2 insertions, 2 deletions
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}