Message-ID: <200504261332.05722.deepayan@stat.wisc.edu>
Date: 2005-04-26T20:31:49Z
From: Deepayan Sarkar
Subject: minor doc bug: options.Rd should be updated
src/library/base/man/options.Rd Currently has:
\item{\code{expressions}:}{sets a limit on the number of nested
expressions that will be evaluated.
Valid values are 25\dots100000 with default 500.}
The last line should be
Valid values are 25\dots500000 with default 5000.}
-Deepayan