From xemacs-m  Tue Feb 25 12:42:26 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA07098
	for <xemacs-beta@xemacs.org>; Tue, 25 Feb 1997 12:42:25 -0600 (CST)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id NAA11368 for <xemacs-beta@xemacs.org>; Tue, 25 Feb 1997 13:45:43 -0500 (EST)
Received: from midnight.eng.ecf.teradyne.com (midnight.ecf.teradyne.com [131.101.192.49]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id TAA04839; Tue, 25 Feb 1997 19:41:50 +0100 (MET)
Received: by midnight.eng.ecf.teradyne.com (SMI-8.6/SMI-SVR4)
	id TAA18759; Tue, 25 Feb 1997 19:41:51 +0100
Date: Tue, 25 Feb 1997 19:41:51 +0100
Message-Id: <199702251841.TAA18759@midnight.eng.ecf.teradyne.com>
From: Adrian Aichner <aichner@ecf.teradyne.com>
To: xemacs-beta@xemacs.org
Subject: Typos in doctring of (random)
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII


Hello All,

a question first:

How do I properly report a minor bug like this without annoying
everybody on the list?

I was not able to locate where (random) is defined.

Please note the stray ".n"'s at the end of three of the following
lines.

Adrian
============================================================================
`random'

Built-in function:

 arguments: (&optional LIMIT)

 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
 With argument t, set the random number seed from the current time and pid.
============================================================================

  Teradyne GmbH               Adrian Aichner Applications Engineer
  Semiconductor Test Group    Telephone      +49/89/418 61 (0)-208
  Dingolfinger Strasse 2      Fax            +49/89/418 61-217
  D-81673 M"UNCHEN            E-mail         aichner@ecf.teradyne.com

