Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.

If someone knows how to turn the new table of guaranteed-registered system
sounds into a LaTeX table, be my guest.
This commit is contained in:
Tim Peters 2001-02-20 10:02:21 +00:00
parent 121b6eb018
commit e79af273e8
2 changed files with 35 additions and 6 deletions

View file

@ -59,7 +59,7 @@ static char sound_beep_doc[] =
static char sound_module_doc[] =
"PlaySound(sound, flags) - play a sound\n"
"SND_FILENAME - sound is a wav file name\n"
"SND_ALIAS - sound is a control panel sound association name\n"
"SND_ALIAS - sound is a registry sound association name\n"
"SND_LOOP - Play the sound repeatedly; must also specify SND_ASYNC\n"
"SND_MEMORY - sound is a memory image of a wav file\n"
"SND_PURGE - stop all instances of the specified sound\n"