diff options
author | Michael Olson <mwolson@gnu.org> | 2006-11-19 05:29:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-11-19 05:29:00 +0000 |
commit | 76ab749162ef9cf8a782b0d801645b94a9e80a49 (patch) | |
tree | 1e48f48e0371124daa7112f7260e5ed5b951d41e /emms.texinfo | |
parent | 389f8e9cebf540cf75d12a34503b90ff59c48d6b (diff) |
manual: Add documentation for new emms-playlist-mode keybindings
darcs-hash:20061119052935-1bfb2-b57a2317cb13452e6a57cdae3162d203a6c7c3b8.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index 6c80c88..d07196c 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -821,6 +821,14 @@ When in the interactive playlist mode we can perform different actions on the current playlist. @table @kbd +@item a +@findex emms-playlist-mode-add-contents +Add files in the playlist at point to the current playlist buffer. +If we are in the current playlist, make a new playlist buffer and +set it as current. +@item b +@findex emms-playlist-set-playlist-buffer +Set the current playlist buffer. @item n @findex emms-next Start playing the next track in the playlist. |