* src/fns.c (Frandom): Doc fix.
This commit is contained in:
parent
5dfac85d20
commit
085d34c46a
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue