emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111186: * src/fns.c (Frandom): Do


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111186: * src/fns.c (Frandom): Doc fix.
Date: Wed, 16 Jan 2013 21:05:16 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111186
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2013-01-16 21:05:16 -0500
message:
  * src/fns.c (Frandom): Doc fix.
modified:
  src/ChangeLog
  src/fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-01-13 19:36:05 +0000
+++ b/src/ChangeLog     2013-01-17 02:05:16 +0000
@@ -1,3 +1,7 @@
+2013-01-17  Glenn Morris  <address@hidden>
+
+       * fns.c (Frandom): Doc fix.
+
 2013-01-13  Jan Djärv  <address@hidden>
 
        * nsfont.m (LCD_SMOOTHING_MARGIN): New define.

=== modified file 'src/fns.c'
--- a/src/fns.c 2013-01-03 01:35:49 +0000
+++ b/src/fns.c 2013-01-17 02:05:16 +0000
@@ -66,7 +66,10 @@
 
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]