[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Doc Bug




In section 8.6 of the 103 MzScheme manual, there are two code examples that refer to the predicate "exn:user:break?". The correct predicate is "exn:misc:user-break?".

Also, this is NOT a bug, but...

In section 2.1.1 of the 103 Inside MzScheme manual, there is a reference to using SCHEME_STRLEN_VAL to extract the length of a string. That is correct--but there's another macro (SCHEME_STRTAG_VAL) that does the same thing. I'd suggest either documenting the additional macro, or removing it from existing code. (It's still used, just not described.)