]> git.eshelyaron.com Git - emacs.git/commitdiff
(History and Acknowledgements): Adjust the "thanks".
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 7 Sep 2007 00:28:06 +0000 (00:28 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 7 Sep 2007 00:28:06 +0000 (00:28 +0000)
(Random Numbers): Clarify the distribution of `random'.

doc/misc/ChangeLog
doc/misc/calc.texi

index 0c75ca1a4f0d99c91a8afb1407ae12ebab5b5798..f424f635c676b4d3cb92ec07af92497fa6850fae 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (History and Acknowledgements): Adjust the
+       "thanks".
+       (Random Numbers): Clarify the distribution of `random'.
+
 2007-09-06  Glenn Morris  <rgm@gnu.org>
 
        * Move manual sources from man/ to subdirectories of doc/.
index d0108058ac421f63c27bb48c07b038821b99216e..3c6ca3d223d86cb4d6e3831438edef318f680918 100644 (file)
@@ -1204,10 +1204,11 @@ Carl Witty, whose eagle eyes discovered many typographical and factual
 errors in the Calc manual; Tim Kay, who drove the development of
 Embedded mode; Ove Ewerlid, who made many suggestions relating to the
 algebra commands and contributed some code for polynomial operations;
-Randal Schwartz, who suggested the @code{calc-eval} function; Robert
-J. Chassell, who suggested the Calc Tutorial and exercises; and Juha
+Randal Schwartz, who suggested the @code{calc-eval} function; Juha
 Sarlin, who first worked out how to split Calc into quickly-loading
-parts.  Bob Weiner helped immensely with the Lucid Emacs port.
+parts; Bob Weiner, who helped immensely with the Lucid Emacs port; and
+Robert J. Chassell, who suggested the Calc Tutorial and exercises as
+well as many other things.  
 
 @cindex Bibliography
 @cindex Knuth, Art of Computer Programming
@@ -18599,7 +18600,7 @@ Given a positive numeric prefix argument @expr{M}, it produces a random
 integer @expr{N} in the range 
 @texline @math{0 \le N < M}.
 @infoline @expr{0 <= N < M}.  
-Each of the @expr{M} values appears with equal probability.
+Each possible value @expr{N} appears with equal probability.
 
 With no numeric prefix argument, the @kbd{k r} command takes its argument
 from the stack instead.  Once again, if this is a positive integer @expr{M}