[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/emms 37682a777d 3/3: * doc/emms.texinfo: add documentat
From: |
ELPA Syncer |
Subject: |
[elpa] externals/emms 37682a777d 3/3: * doc/emms.texinfo: add documentation for a number of playlist mode functions. |
Date: |
Thu, 18 Jan 2024 18:58:01 -0500 (EST) |
branch: externals/emms
commit 37682a777d8262b54a6f09c37d8e353d077e222c
Author: yrk <yrk@gnu.org>
Commit: yrk <yrk@gnu.org>
* doc/emms.texinfo: add documentation for a number of playlist mode
functions.
---
doc/emms.texinfo | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index c985c1ff5e..6d2dbda057 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -1438,6 +1438,24 @@ silently overwrite existing playlist by setting
@item ?
@findex describe-mode
Describe the mode.
+
+@item C-i
+@findex emms-playlist-mode-shift-track-up
+Shift the track at point up one line.
+
+@item C-o
+@findex emms-playlist-mode-shift-track-down
+Shift the track at point down one line.
+
+@item M-n
+@findex emms-playlist-mode-next
+Switch to the next playlist buffer.
+
+@item M-p
+@findex emms-playlist-mode-previous
+Switch to the previous playlist buffer.
+
+
@end table
We can also edit the playlist using familiar GNU/Emacs commands: