diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/emms.texinfo | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,7 @@ News since version 4.0: - Sort using locale language in the browser, if possible. - emms-setup.el has been simplified. - The Emms manual has been revised to help new users. + - New feature: M-x emms-show-all. News since version 3.0: diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 57d1be8..457a2d3 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -534,6 +534,12 @@ non-nil, insert the description into the current buffer instead. This function uses @var{emms-show-format} to format the current track. @end defun +The command @command{emms-show-all} will pop up a window with the +complete information about the track being +played. @command{emms-show-all} is provided by +@file{emms-show-all.el}, which is included in the `emms-all' setup +level. See @xref{Setup}. + @c ------------------------------------------------------------------- @node The Core File |