Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-11-28 13:39:14 -06:00
commit e1964dc1a7
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ HELP: dip
HELP: 2dip HELP: 2dip
{ $values { "x" object } { "y" object } { "quot" quotation } } { $values { "x" object } { "y" object } { "quot" quotation } }
{ $description "Calls " { $snippet "quot" } " with " { $snippet "obj1" } " and " { $snippet "obj2" } " hidden on the retain stack." } { $description "Calls " { $snippet "quot" } " with " { $snippet "x" } " and " { $snippet "y" } " hidden on the retain stack." }
{ $notes "The following are equivalent:" { $notes "The following are equivalent:"
{ $code "[ [ foo bar ] dip ] dip" } { $code "[ [ foo bar ] dip ] dip" }
{ $code "[ foo bar ] 2dip" } { $code "[ foo bar ] 2dip" }