]> code.delx.au - gnu-emacs/commitdiff
* src/fns.c (Frandom): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2013 02:05:16 +0000 (21:05 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Jan 2013 02:05:16 +0000 (21:05 -0500)
src/ChangeLog
src/fns.c

index a673c5f6123f51a58db02416a848dd98ea2ee695..64ffe05921fca1cf06c37935b45b532f462ead8e 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * fns.c (Frandom): Doc fix.
+
 2013-01-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
index cb350df57776d1cf4d05243c3f822f200e3ee55c..fbb3fb5b1617715b2fc94971d413230a90f38f25 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -66,7 +66,10 @@ and `most-positive-fixnum', inclusive, are equally likely.
 
 With positive integer LIMIT, return random number in interval [0,LIMIT).
 With argument t, set the random number seed from the current time and pid.
-Other values of LIMIT are ignored.  */)
+With a string argument, set the seed based on the string's contents.
+Other values of LIMIT are ignored.
+
+See Info node `(elisp)Random Numbers' for more details.  */)
   (Lisp_Object limit)
 {
   EMACS_INT val;