Mercurial > hg > xemacs-beta
diff src/fns.c @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 859a2309aef8 |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/src/fns.c Mon Aug 13 08:51:05 2007 +0200 +++ b/src/fns.c Mon Aug 13 08:51:32 2007 +0200 @@ -123,9 +123,9 @@ DEFUN ("random", Frandom, 0, 1, 0, /* Return a pseudo-random number. -All integers representable in Lisp are equally likely.\n\ - On most systems, this is 28 bits' worth.\n\ -With positive integer argument N, return random number in interval [0,N).\n\ +All integers representable in Lisp are equally likely. + On most systems, this is 28 bits' worth. +With positive integer argument N, return random number in interval [0,N). With argument t, set the random number seed from the current time and pid. */ (limit))