X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/68ce800e9200724d36a0b1bf1923401682bce96d..ff9de7b38a3a316529c73e36645182055e2addc4:/doc/lispref/numbers.texi diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 20d3c4290f..28eb6b18af 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -1252,7 +1252,9 @@ 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. +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. If @var{limit} is a string, it means to choose a new seed based on the string's contents.