Now applied on master. ---Fran
On Fri, 28 Sep 2018 at 19:04, Fran Burstall <[email protected]> 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 <[email protected]> > > @@ -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) > > -- > >
_______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
