branch: elpa/radio
commit 348f9a9d32c760ea411ed0f3f093d46e87c87f1a
Author: Roi Martin <jroi.mar...@gmail.com>
Commit: Roi Martin <jroi.mar...@gmail.com>

    doc/radio.texi: update docs related to radio-command
---
 doc/radio.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/radio.texi b/doc/radio.texi
index 7a3fe2431a..a94abf4351 100644
--- a/doc/radio.texi
+++ b/doc/radio.texi
@@ -85,6 +85,8 @@ the @var{name} and @var{url} of the radio station.
 
 @defopt radio-command
 Command used to play a radio station.
+
+The string %s is replaced with the URL of the radio station.
 @end defopt
 
 The @code{customize} interface can be used to configure these
@@ -97,7 +99,7 @@ then the following code can serve as an example:
 @lisp
 (customize-set-variable
  'radio-command
- "mpv --terminal=no --video=no")
+ "mpv --terminal=no --video=no %s")
 
 (customize-set-variable
  'radio-stations-alist

Reply via email to