removed lots of "the the"s

svn: r14679

original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957
This commit is contained in:
Eli Barzilay 2009-05-01 21:02:51 +00:00
parent d49627fb44
commit 4f3fb99093

View File

@ -61,7 +61,7 @@ Combines @scheme[schememod] and @scheme[interaction-eval].}
@defform*[[(def+int defn-datum expr-datum ...)
(def+int #:eval eval-expr defn-datum expr-datum ...)]]{
Like @scheme[interaction], except the the @scheme[defn-datum] is
Like @scheme[interaction], except the @scheme[defn-datum] is
typeset as for @scheme[schemeblock] (i.e., no prompt) and a line of
space is inserted before the @scheme[expr-datum]s.}