aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mpc.el2
1 files changed, 1 insertions, 1 deletions
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."
2838 2838
2839(defcustom mpc-notifications-body 2839(defcustom mpc-notifications-body
2840 '("%{Artist}" "%{AlbumArtist}" "Unknown Artist") 2840 '("%{Artist}" "%{AlbumArtist}" "Unknown Artist")
2841 "List of FORMAT-SPEC used in the notification body. 2841 "List of FORMAT-SPECs used in the notification body.
2842 2842
2843The first element in the list that expands to a non-empty string 2843The first element in the list that expands to a non-empty string
2844will be used. See `mpc-format' for the definition of FORMAT-SPEC." 2844will be used. See `mpc-format' for the definition of FORMAT-SPEC."