From e024bd1d1f904b271d337e85ef730afcc87e73d2 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) --- lisp/mpc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mpc.el b/lisp/mpc.el index 00155bfabc8..e25983e48c9 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -2838,7 +2838,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."