Improve docstrings of MAKE-RANDOM-STATE and SEED-RANDOM-STATE.
authorLutz Euler <lutz.euler@freenet.de>
Fri, 29 Jun 2012 22:08:34 +0000 (00:08 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Fri, 29 Jun 2012 22:08:34 +0000 (00:08 +0200)
commit80ad081cb241bd076763f98af1d62270c4aade8d
treec3219ee3e217586fded692426e7f39747202571a
parent90eeb9ca5bff9292afafe82a6d2139964e24f691
Improve docstrings of MAKE-RANDOM-STATE and SEED-RANDOM-STATE.

The formatting of some item lists in the docstring of SEED-RANDOM-STATE
was broken in the manual. Fix the indentation of the docstring so that
the conversion to texinfo can correctly collect multiple lines belonging
to the same bullet points, and drop a "- " intended to indicate a
single-item list as that doesn't work (according to comments in
docstrings.lisp item lists must consist of at least two items).

Fix some small grammatical errors.

While MAKE-RANDOM-STATE's docstring is not in the manual, it consists
mostly of a part of SEED-RANDOM-STATE's docstring, so apply the fixes
there, too.
src/code/target-random.lisp