diff options
author | Yoni Rabkin <yrk@gnu.org> | 2016-03-04 12:20:00 -0500 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2016-03-04 12:20:00 -0500 |
commit | 0178d1c665f39838ca6fa7e53437cca15fa3a1de (patch) | |
tree | 5315d6da85262984360029cc1b2d0e9c77e66c4a | |
parent | 7b41cead0877e182caff609d59cf37c817ee8136 (diff) |
Add emms-show-all to NEWS and manual.
-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 |