]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Fri, 4 Jan 2002 21:35:15 +0000 (21:35 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 4 Jan 2002 21:35:15 +0000 (21:35 +0000)
src/sound.c

index d9fd55966a5014c4c70dafb6791d87cd17d04fa7..258c67261d38434af9baa0016294c2f1e44246cd 100644 (file)
@@ -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.