summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sly/window.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sly/window.scm b/sly/window.scm
index bb41661..0846855 100644
--- a/sly/window.scm
+++ b/sly/window.scm
@@ -103,7 +103,7 @@
(SDL:set-caption (window-title window))))
(define (close-window)
- "Close the currently open window and audio."
+ "Close the currently open window."
(SDL:quit))
(define-syntax-rule (with-window window body ...)