]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/numbers.texi
Pass in port only if provided by caller in the OS X keychain
[gnu-emacs] / doc / lispref / numbers.texi
index 20d3c4290f35024836269b1b1cf8e0103996c631..28eb6b18afa6300dd6a6cc36b85f00eb2231da0c 100644 (file)
@@ -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.