Fix minor errors in docs of division operators
authorMark H Weaver <mhw@netris.org>
Sun, 13 Feb 2011 21:28:34 +0000 (16:28 -0500)
committerAndy Wingo <wingo@pobox.com>
Tue, 15 Feb 2011 08:20:17 +0000 (09:20 +0100)
commita6b087be1b46aaa8410e1460db5a2c0801650ce9
treeefd4482a408489f134ccf6c7fa5d65c0ea4f1210
parent79b3863d8c36275766c288992507252917255c62
Fix minor errors in docs of division operators

* doc/ref/api-data.texi (Arithmetic): The R5RS `quotient', `remainder',
  and `modulo' operators are exact-integer-only operators.  `modulo' is
  equivalent to `floor-remainder', not `floor-quotient'.
doc/ref/api-data.texi