aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-08-09 13:23:28 -0700
committerMichael Olson <mwolson@gnu.org>2008-08-09 13:23:48 -0700
commitafa5c8cc95dc940386fd4e2065b8dac19b72d587 (patch)
tree8ab981e28414ec8d3dd36d034456f6354111f172 /doc
parentc6a98ba99332e8398f58afad0116e0018882514b (diff)
emms-lastfm: Complete artist names from cache.
* doc/emms.texinfo: Update copyright years. (Last.fm radio): Update names of functions. * lisp/emms-lastfm.el (emms-lastfm-read-artist): New function that reads an artist from the user, doing completions from the EMMS track cache if present. (emms-play-lastfm-similar-artists): Rename from emms-lastfm-radio-similar-artists. Use completion. Thanks to Thierry Volpiatto for the initial implementation (emms-play-lastfm-global-tag): Rename from emms-lastfm-radio-global-tag. (emms-play-lastfm-artist-fan): Rename from emms-lastfm-radio-artist-fan. Use completion.
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index ec8cd1a..54cd72d 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -17,7 +17,7 @@
@end direntry
@copying
- @copyright{} 2004, 2005, 2006, 2007
+ @copyright{} 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -2271,17 +2271,17 @@ currently browsed (which might not be the ``current'' playlist), use
For your convenience there are some functions which let you choose a
common radio station without having to remember or type its last.fm URL.
-@defun emms-lastfm-radio-similar-artists artist
+@defun emms-play-lastfm-similar-artists artist
Starts playing the similar artist radio of @var{artist}. When run
interactively you will be prompted for an artist name.
@end defun
-@defun emms-lastfm-radio-global-tag tag
+@defun emms-play-lastfm-global-tag tag
Starts playing the global tag radio of @var{tag}. When run interactively
you will be prompted for a tag name.
@end defun
-@defun emms-lastfm-radio-artist-fan artist
+@defun emms-play-lastfm-artist-fan artist
Starts playing the artist fan radio of @var{artist}. When run
interactively you will be prompted for an artist name.
@end defun