From: Kazuhiro Ito Date: Wed, 4 Jun 2025 11:40:06 +0000 (+0900) Subject: * lisp/subr.el (play-sound): Update docstring (bug#78694). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1086fad0a941a421f979399fc61407883c898c0;p=emacs.git * lisp/subr.el (play-sound): Update docstring (bug#78694). (cherry picked from commit b15743d71399ed44fb431adb149f98c6ac86d26f) --- 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")))