fix equal? on transparent R6RS records
svn: r10949 original commit: 27375c0d5ac206df9dda22998de0e31a3d2e7cce
This commit is contained in:
parent
b69c5a450d
commit
ed41fa0654
|
@ -48,8 +48,8 @@ written to the file one at a time; that is, for each thunk in
|
|||
@scheme[bitmap-list], its result is written and discarded before
|
||||
another thunk is called. A drawback to this approach is that a
|
||||
separate colortable is written for each frame in the animation, which
|
||||
can make the resulting file large.}
|
||||
can make the resulting file large.
|
||||
|
||||
If @scheme[last-frame-delay] is not false, a delay of last-frame-delay
|
||||
will be added to the last frame. @scheme[last-frame-delay] is in 1/100s of a
|
||||
second units.
|
||||
If @scheme[last-frame-delay] is not false, a delay of
|
||||
@scheme[last-frame-delay] (in 1/100s of a second) will be added to the
|
||||
last frame.}
|
|
@ -51,7 +51,7 @@ Returns a list of symbols that indicates the keyboard prefix used for the menu
|
|||
@item{@scheme['meta] --- Meta (X only)}
|
||||
@item{@scheme['ctl] --- Control}
|
||||
@item{@scheme['shift] --- Shift}
|
||||
@item{@scheme['opt] --- Option (Mac OS X only)}
|
||||
@item{@scheme['option] --- Option (Mac OS X only)}
|
||||
}
|
||||
|
||||
Under X, at most one of @scheme['alt] and @scheme['meta] can be
|
||||
|
|
Loading…
Reference in New Issue
Block a user