emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] Patch: emms-metaplaylist-mode doc-string


From: Fran Burstall
Subject: Re: [emms-help] Patch: emms-metaplaylist-mode doc-string
Date: Sun, 7 Oct 2018 23:29:28 +0100

Now applied on master.

---Fran

On Fri, 28 Sep 2018 at 19:04, Fran Burstall <address@hidden> wrote:
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 <address@hidden>
 
@@ -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)
 
-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]