From c1086fad0a941a421f979399fc61407883c898c0 Mon Sep 17 00:00:00 2001 From: Kazuhiro Ito Date: Wed, 4 Jun 2025 20:40:06 +0900 Subject: [PATCH] * lisp/subr.el (play-sound): Update docstring (bug#78694). (cherry picked from commit b15743d71399ed44fb431adb149f98c6ac86d26f) --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 97717eff07b..a372c78901a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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"))) -- 2.39.5