diff --git a/collects/frtime/doc.txt b/collects/frtime/doc.txt index 337fb67578..ce9f7201f9 100644 --- a/collects/frtime/doc.txt +++ b/collects/frtime/doc.txt @@ -118,10 +118,10 @@ _Signal Processors_ ) and an event source. The value of the behavior is the value of the most recent event occurrence. -> (switch behavior event[behavior]) -> behavior +> (switch event[behavior] [behavior]) -> behavior Returns a behavior that "switches" each time the argument event - occurs. + occurs. The second argument is an optional initializer. > (accum-e event[a -> a] a) -> event[a]