diff src/sound.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/src/sound.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/sound.c	Mon Aug 13 11:03:08 2007 +0200
@@ -69,9 +69,8 @@
 DEFUN ("play-sound-file", Fplay_sound_file, 1, 3, "fSound file name: ", /*
 Play the named sound file on DEVICE's speaker at the specified volume
 \(0-100, default specified by the `bell-volume' variable).
-On Unix machines the sound file must be in the Sun/NeXT U-LAW format
-except under Linux where WAV files are also supported.  On Microsoft 
-Windows the sound file must be in WAV format.
+The sound file must be in the Sun/NeXT U-LAW format except under Linux
+where WAV files are also supported.
   DEVICE defaults to the selected device.
 */
      (file, volume, device))
@@ -594,7 +593,7 @@
   DEFVAR_LISP ("native-sound-only-on-console", &Vnative_sound_only_on_console /*
 Non-nil value means play sounds only if XEmacs is running
 on the system console.
-Nil means always play sounds, even if running on a non-console tty
+Nil means always always play sounds, even if running on a non-console tty
 or a secondary X display.
 
 This variable only applies to native sound support.