diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-04 21:35:15 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-04 21:35:15 +0000 |
commit | 336b2b2e9afbdc4f949277bae6d09fb9025c4fa3 (patch) | |
tree | 825f73f72970b550500afd7b8bd3616adb2ff1e3 /src/sound.c | |
parent | 4b0ad1a5a6076562822149d043d84946a3cb3031 (diff) | |
download | emacs-336b2b2e9afbdc4f949277bae6d09fb9025c4fa3.tar.gz |
Doc fix.
Diffstat (limited to 'src/sound.c')
-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, SOUND is a list of the form `(sound KEYWORD VALUE...)'. The following keywords are recognized: - :file FILE.- read sound data from FILE. If FILE isn't an + :file FILE - read sound data from FILE. If FILE isn't an absolute file name, it is searched in `data-directory'. :data DATA - read sound data from string DATA. |