diff src/fns.c @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents c0c698873ce1
children 7d55a9ba150c
line wrap: on
line diff
--- a/src/fns.c	Mon Aug 13 09:15:13 2007 +0200
+++ b/src/fns.c	Mon Aug 13 09:15:49 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))