diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emms.texinfo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 2f7440e..d3e30cf 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -546,11 +546,13 @@ value of @var{emms-source-file-default-directory}. @end defun @defun emms-play-url url A source for an @var{url} - for example, for streaming over http, -playing over sftp, or even playing local files (with file:// scheme)! +playing over sftp, or playing local files (with the ``file://'' +scheme). @end defun @defun emms-add-url url A source for an @var{url} - for example, for streaming over http, -playing over sftp, or even playing local files (with file:// scheme)! +playing over sftp, or playing local files (with the ``file://'' +scheme). @end defun @defun emms-play-playlist playlist A source for the M3u or PLS playlist format from the file @var{playlist}. |