Discussion:
[emms-help] Patch: emms-metaplaylist-mode doc-string
Fran Burstall
2018-09-28 18:04:29 UTC
Permalink
Hi,

The following tiny patch adds the mode map to the doc-string for
emms-metaplaylist-mode

---Fran

---
lisp/emms-metaplaylist-mode.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/emms-metaplaylist-mode.el b/lisp/emms-metaplaylist-mode.el
index f90312b..d4616f0 100644
--- a/lisp/emms-metaplaylist-mode.el
+++ b/lisp/emms-metaplaylist-mode.el
@@ -1,6 +1,6 @@
;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists

-;; Copyright (C) 2006, 2007, 2008, 2009, 2017 Free Software Foundation,
Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2017-2018 Free Software
Foundation, Inc.

;; Author: Yoni Rabkin <***@gnu.org>

@@ -227,7 +227,9 @@
(switch-to-buffer mpm-buffer)))

(defun emms-metaplaylist-mode ()
- "A major mode for Emms playlists."
+ "A major mode for Emms playlists.
+
+\\{emms-metaplaylist-mode-map}"
;; (interactive)
(kill-all-local-variables)

--
Fran Burstall
2018-10-07 22:29:28 UTC
Permalink
Now applied on master.

---Fran
Post by Fran Burstall
Hi,
The following tiny patch adds the mode map to the doc-string for
emms-metaplaylist-mode
---Fran
---
lisp/emms-metaplaylist-mode.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/emms-metaplaylist-mode.el
b/lisp/emms-metaplaylist-mode.el
index f90312b..d4616f0 100644
--- a/lisp/emms-metaplaylist-mode.el
+++ b/lisp/emms-metaplaylist-mode.el
@@ -1,6 +1,6 @@
;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists
-;; Copyright (C) 2006, 2007, 2008, 2009, 2017 Free Software Foundation,
Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2017-2018 Free Software
Foundation, Inc.
@@ -227,7 +227,9 @@
(switch-to-buffer mpm-buffer)))
(defun emms-metaplaylist-mode ()
- "A major mode for Emms playlists."
+ "A major mode for Emms playlists.
+
+\\{emms-metaplaylist-mode-map}"
;; (interactive)
(kill-all-local-variables)
--
Loading...