From 37f162b6cefc6669b9b865da0e1055419f7b7633 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 15 Sep 2013 22:22:30 -0400 Subject: Clean up docstrings for audio module. --- 2d/audio.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2d/audio.scm') diff --git a/2d/audio.scm b/2d/audio.scm index e7d0023..2978a22 100644 --- a/2d/audio.scm +++ b/2d/audio.scm @@ -40,7 +40,7 @@ #f))) (define (sample-play sample) - "Play SAMPLE." + "Play audio SAMPLE." (SDL:play-channel (sample-audio sample))) (define (sample-volume) @@ -48,7 +48,7 @@ (SDL:volume)) (define (set-sample-volume volume) - "Set the volume that samples are played at." + "Set the volume that samples are played at to VOLUME." (SDL:volume volume)) (export make-sample @@ -77,7 +77,7 @@ (SDL:play-music (music-audio music))) (define (music-volume) - "Return volume that music is played at." + "Return the volume that music is played at." (SDL:music-volume)) (define (set-music-volume volume) -- cgit v1.2.3