diff options
Diffstat (limited to 'doc/lispref/numbers.texi')
-rw-r--r-- | doc/lispref/numbers.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 28eb6b18afa..20d3c4290f3 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -1252,9 +1252,7 @@ any integer representable in Lisp, i.e., an integer between (@pxref{Integer Basics}). If @var{limit} is @code{t}, it means to choose a new seed as if Emacs -were restarting, typically from the system entropy. On systems -lacking entropy pools, choose the seed from less-random volatile data -such as the current time. +were restarting. If @var{limit} is a string, it means to choose a new seed based on the string's contents. |