Minor doc fixes in Reference and Inside
This commit is contained in:
parent
be58be349a
commit
94393586a6
|
@ -79,7 +79,7 @@ values can be folded to a constant. For example, @racket[+],
|
||||||
@function[(Scheme_Object* scheme_make_prim
|
@function[(Scheme_Object* scheme_make_prim
|
||||||
[Scheme_Prim* prim])]{
|
[Scheme_Prim* prim])]{
|
||||||
|
|
||||||
Same as @cppi{scheme_make_prim_w_arity}, but the arity (0, -1) and the
|
Same as @cppi{scheme_make_prim_w_arity}, but the arity is (0, -1) and the
|
||||||
name ``UNKNOWN'' is assumed. This function is provided for backward
|
name ``UNKNOWN'' is assumed. This function is provided for backward
|
||||||
compatibility only.}
|
compatibility only.}
|
||||||
|
|
||||||
|
|
|
@ -411,7 +411,7 @@ For communication among @tech{places}, the new byte string is allocated in the
|
||||||
@section{Bytes to Bytes Encoding Conversion}
|
@section{Bytes to Bytes Encoding Conversion}
|
||||||
|
|
||||||
@defproc[(bytes-open-converter [from-name string?] [to-name string?])
|
@defproc[(bytes-open-converter [from-name string?] [to-name string?])
|
||||||
bytes-converter?]{
|
(or/c bytes-converter? #f)]{
|
||||||
|
|
||||||
Produces a @deftech{byte converter} to go from the encoding named by
|
Produces a @deftech{byte converter} to go from the encoding named by
|
||||||
@racket[from-name] to the encoding named by @racket[to-name]. If the
|
@racket[from-name] to the encoding named by @racket[to-name]. If the
|
||||||
|
|
|
@ -716,7 +716,7 @@ chaperones of the original values, @racket[abort-proc] must produce
|
||||||
the same values or chaperones of the values that it is given, and
|
the same values or chaperones of the values that it is given, and
|
||||||
@racket[cc-guard-proc] must produce the same values or chaperones of
|
@racket[cc-guard-proc] must produce the same values or chaperones of
|
||||||
the original result values, and @racket[callcc-chaperone-proc] must
|
the original result values, and @racket[callcc-chaperone-proc] must
|
||||||
procedure a procedure that is a chaperone or the same as the given
|
produce a procedure that is a chaperone or the same as the given
|
||||||
procedure.
|
procedure.
|
||||||
|
|
||||||
@examples[
|
@examples[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user