From 1f2e578697a01788254b1431816c56d095179106 Mon Sep 17 00:00:00 2001 From: john muhl Date: Sun, 5 Jan 2025 10:24:02 -0600 Subject: [PATCH] ; Fix typo (Bug#75480) (cherry picked from commit e024bd1d1f904b271d337e85ef730afcc87e73d2) --- lisp/mpc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5