Fix the mode-line

This commit is contained in:
Renaud Casenave-Péré 2011-08-26 19:51:08 +09:00
parent 081c65a639
commit 4efbc722b5

View file

@ -180,7 +180,7 @@ You can use the following already defined variables:
(concat " [" pos "/" playlistlength "] " (if (and artist title) (concat " [" pos "/" playlistlength "] " (if (and artist title)
(concat artist " - " title) (concat artist " - " title)
file)) file))
state)) (concat " " state)))
"Format used to display empc state in mode-line. "Format used to display empc state in mode-line.
The construction is the same as `mode-line-format'. The construction is the same as `mode-line-format'.
You can use the following already defined variables: You can use the following already defined variables: