From 80d57148d114ff12f3f97ce0266274850500695b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 22 Apr 2012 21:54:19 -0500 Subject: [PATCH] fix bug in docs; closes PR 12716 --- collects/framework/gui-utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/gui-utils.rkt b/collects/framework/gui-utils.rkt index 413b28fa90..cdb8f328eb 100644 --- a/collects/framework/gui-utils.rkt +++ b/collects/framework/gui-utils.rkt @@ -476,7 +476,7 @@ The string, @racket[action], indicates what action is about to take place, without saving. For example, if the application - is about to close a file, a good action is @racket["Close" "Anyway"]. + is about to close a file, a good action is @racket["Close Anyway"]. The result symbol indicates the user's choice. If @racket[can-save-now?] is @racket[#f], this function does not give the user the ``Save'' option and thus will not return