]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (play-sound): Update docstring (bug#78694).
authorKazuhiro Ito <kzhr@d1.dion.ne.jp>
Wed, 4 Jun 2025 11:40:06 +0000 (20:40 +0900)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:01:16 +0000 (22:01 +0200)
(cherry picked from commit b15743d71399ed44fb431adb149f98c6ac86d26f)

lisp/subr.el

index 97717eff07b9335a2f941b1a2a6b94199f0b6e81..a372c78901a83eb1f04fce1aefb4bba1131b2d6b 100644 (file)
@@ -4073,7 +4073,7 @@ don't change the volume setting of the sound device.
   :device DEVICE - play sound on DEVICE.  If not specified,
 a system-dependent default device name is used.
 
-Note: :data and :device are currently not supported on Windows."
+Note: :device is currently not supported on Windows."
   (if (fboundp 'play-sound-internal)
       (play-sound-internal sound)
     (error "This Emacs binary lacks sound support")))