From ed41fa06544cb6cd7ddf05cb13387d5d6709aad7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 28 Jul 2008 20:30:25 +0000 Subject: [PATCH] fix equal? on transparent R6RS records svn: r10949 original commit: 27375c0d5ac206df9dda22998de0e31a3d2e7cce --- collects/mrlib/scribblings/gif.scrbl | 8 ++++---- collects/scribblings/gui/selectable-menu-item-intf.scrbl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/mrlib/scribblings/gif.scrbl b/collects/mrlib/scribblings/gif.scrbl index bd2fcc39..ca3ef672 100644 --- a/collects/mrlib/scribblings/gif.scrbl +++ b/collects/mrlib/scribblings/gif.scrbl @@ -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.} \ No newline at end of file diff --git a/collects/scribblings/gui/selectable-menu-item-intf.scrbl b/collects/scribblings/gui/selectable-menu-item-intf.scrbl index 72c7c9c0..4e21788e 100644 --- a/collects/scribblings/gui/selectable-menu-item-intf.scrbl +++ b/collects/scribblings/gui/selectable-menu-item-intf.scrbl @@ -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