From f4de8d110eaac0682741efe5dcbcc74c03354f1a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 8 Nov 2003 20:27:41 +0000 Subject: [PATCH] (Random): In random, use @code for *random-state*. Reported by Stephen Compall. --- doc/ref/scheme-data.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index 7fa4ac6bd..f45170773 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -1245,7 +1245,7 @@ distribution. The optional argument @var{state} must be of the type produced by @code{seed->random-state}. It defaults to the value of the -variable @var{*random-state*}. This object is used to maintain +variable @code{*random-state*}. This object is used to maintain the state of the pseudo-random-number generator and is altered as a side effect of the random operation. @end deffn