aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c
index d9fd55966a5..258c67261d3 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -394,7 +394,7 @@ DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0,
394SOUND is a list of the form `(sound KEYWORD VALUE...)'. 394SOUND is a list of the form `(sound KEYWORD VALUE...)'.
395The following keywords are recognized: 395The following keywords are recognized:
396 396
397 :file FILE.- read sound data from FILE. If FILE isn't an 397 :file FILE - read sound data from FILE. If FILE isn't an
398absolute file name, it is searched in `data-directory'. 398absolute file name, it is searched in `data-directory'.
399 399
400 :data DATA - read sound data from string DATA. 400 :data DATA - read sound data from string DATA.