comparison src/sound.c @ 42534:c07ef1efb323

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 04 Jan 2002 21:35:15 +0000
parents 1622bfdfe454
children 158482d8af9d
comparison
equal deleted inserted replaced
42533:424477382fbe 42534:c07ef1efb323
392 DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0, 392 DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0,
393 doc: /* Play sound SOUND. 393 doc: /* Play sound SOUND.
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.
401 401
402 Exactly one of :file or :data must be present. 402 Exactly one of :file or :data must be present.