From: john muhl Date: Sun, 5 Jan 2025 16:24:02 +0000 (-0600) Subject: ; Fix typo (Bug#75480) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f2e578697a01788254b1431816c56d095179106;p=emacs.git ; Fix typo (Bug#75480) (cherry picked from commit e024bd1d1f904b271d337e85ef730afcc87e73d2) --- diff --git a/lisp/mpc.el b/lisp/mpc.el index 4c37da65b10..e50ed142d8e 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -2827,7 +2827,7 @@ will be used. See `mpc-format' for the definition of FORMAT-SPEC." (defcustom mpc-notifications-body '("%{Artist}" "%{AlbumArtist}" "Unknown Artist") - "List of FORMAT-SPEC used in the notification body. + "List of FORMAT-SPECs used in the notification body. The first element in the list that expands to a non-empty string will be used. See `mpc-format' for the definition of FORMAT-SPEC."