From 7d555717a18520cdb8d0f765296a01742377d204 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Mon, 28 Jul 2014 18:10:14 -0400 Subject: Correct documentation. Changes by Alexis . --- doc/emms.texinfo | 6 +++--- lisp/emms-player-mpd.el | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 148f23d..a0a8fe6 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -2172,9 +2172,9 @@ invoking: (add-to-list 'emms-player-list 'emms-player-mpd) @end lisp -If you use absolute file names in your m3u playlists (which is most -likely), make sure you set @var{emms-player-mpd-music-directory} to -the value of "music_directory" from your MusicPD config. There are +Unless your MusicPD is configured to use absolute file names, you must +set the emms-player-mpd-music-directory variable to the value of +'music_directory' in your MusicPD config. There are additional options available as well, but the defaults should be sufficient for most uses. diff --git a/lisp/emms-player-mpd.el b/lisp/emms-player-mpd.el index 3a4ae3d..4834244 100644 --- a/lisp/emms-player-mpd.el +++ b/lisp/emms-player-mpd.el @@ -131,8 +131,9 @@ (defcustom emms-player-mpd-music-directory nil "The value of 'music_directory' in your MusicPD configuration file. -You need this if your playlists use absolute file names, otherwise -leave it set to nil." +Unless your MusicPD is configured to use absolute file names, you must +set this variable to the value of 'music_directory' in your MusicPD +config." ;; The :format part ensures that entering directories happens on the ;; next line, where there is more space to work with :type '(choice :format "%{%t%}:\n %[Value Menu%] %v" -- cgit v1.2.3