aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/numbers.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi
index 3a9483af967..28eb6b18afa 100644
--- a/doc/lispref/numbers.texi
+++ b/doc/lispref/numbers.texi
@@ -1252,9 +1252,9 @@ any integer representable in Lisp, i.e., an integer between
1252(@pxref{Integer Basics}). 1252(@pxref{Integer Basics}).
1253 1253
1254If @var{limit} is @code{t}, it means to choose a new seed as if Emacs 1254If @var{limit} is @code{t}, it means to choose a new seed as if Emacs
1255were restarting. The new seed will be set from the system entropy, if 1255were restarting, typically from the system entropy. On systems
1256that is available, or from the current time and Emacs process's PID 1256lacking entropy pools, choose the seed from less-random volatile data
1257(@pxref{System Environment, emacs-pid}) if not. 1257such as the current time.
1258 1258
1259If @var{limit} is a string, it means to choose a new seed based on the 1259If @var{limit} is a string, it means to choose a new seed based on the
1260string's contents. 1260string's contents.