diff options
| author | john muhl | 2025-01-05 10:24:02 -0600 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-11 01:42:24 +0100 |
| commit | e024bd1d1f904b271d337e85ef730afcc87e73d2 (patch) | |
| tree | a8c4993f4745ddea5cbec980d90fa65c17b4bdd0 | |
| parent | 8e9ad92a140e89c3e29dd7ab148534289e7769db (diff) | |
| download | emacs-e024bd1d1f904b271d337e85ef730afcc87e73d2.tar.gz emacs-e024bd1d1f904b271d337e85ef730afcc87e73d2.zip | |
; Fix typo (Bug#75480)
| -rw-r--r-- | lisp/mpc.el | 2 |
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 | ||
| 2843 | The first element in the list that expands to a non-empty string | 2843 | The first element in the list that expands to a non-empty string |
| 2844 | will be used. See `mpc-format' for the definition of FORMAT-SPEC." | 2844 | will be used. See `mpc-format' for the definition of FORMAT-SPEC." |