From 71268dd76e71b6aa6003553e3bd813b781d12613 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 29 May 2008 18:58:41 +0000 Subject: [PATCH] delete temporary stuff.txt svn: r10020 --- collects/scribblings/guide/keywords.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/scribblings/guide/keywords.scrbl b/collects/scribblings/guide/keywords.scrbl index a5ededa156..fc61c0cd95 100644 --- a/collects/scribblings/guide/keywords.scrbl +++ b/collects/scribblings/guide/keywords.scrbl @@ -45,3 +45,5 @@ example below illustrates the distinct roles of keywords and symbols. (code:comment #, @t{optional @scheme[#:exists] argument can be @scheme['replace], @scheme['truncate], ...}) #:exists 'replace) ] + +@interaction-eval[(delete-file (build-path (find-system-path 'temp-dir) "stuff.txt"))]