Fixed typoes in the slideshow documentation.

This commit is contained in:
Vincent St-Amour 2010-08-13 11:27:37 -04:00
parent 17e6f8a997
commit 477dc43a9d

View File

@ -297,7 +297,7 @@ argument for consistency with the other functions.}
[#:start-pull start-pull real? 1/4]
[#:end-pull end-pull real? 1/4]
[#:line-width line-width (or/c #f real?) #f]
[#:color color (or/c #f string? (is-a/c? color%)) #f]
[#:color color (or/c #f string? (is-a?/c color%)) #f]
[#:under? under? any/c #f])
pict?]
[(pin-arrow-line [arrow-size real?] [pict pict?]
@ -310,7 +310,7 @@ argument for consistency with the other functions.}
[#:start-pull start-pull real? 1/4]
[#:end-pull end-pull real? 1/4]
[#:line-width line-width (or/c #f real?) #f]
[#:color color (or/c #f string? (is-a/c? color%)) #f]
[#:color color (or/c #f string? (is-a?/c color%)) #f]
[#:under? under? any/c #f]
[#:solid? solid? any/c #t]
[#:hide-arrowhead? any/c #f])
@ -325,7 +325,7 @@ argument for consistency with the other functions.}
[#:start-pull start-pull real? 1/4]
[#:end-pull end-pull real? 1/4]
[#:line-width line-width (or/c #f real?) #f]
[#:color color (or/c #f string? (is-a/c? color%)) #f]
[#:color color (or/c #f string? (is-a?/c color%)) #f]
[#:under? under? any/c #f]
[#:solid? solid? any/c #t]
[#:hide-arrowhead? any/c #f])