diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound.c | 2 |
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, | |||
| 394 | SOUND is a list of the form `(sound KEYWORD VALUE...)'. | 394 | SOUND is a list of the form `(sound KEYWORD VALUE...)'. |
| 395 | The following keywords are recognized: | 395 | The 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 |
| 398 | absolute file name, it is searched in `data-directory'. | 398 | absolute 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. |