From 4437c84ee2b0b328255c5c417705fbef4c8906fc Mon Sep 17 00:00:00 2001 From: Fran Burstall Date: Wed, 17 Oct 2018 21:18:23 +0100 Subject: * lisp/emms-streams.el: add doc-string to emms-stream-mode So that describe-mode shows the keymap. --- lisp/emms-streams.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 1c2d564..3ebdcc3 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -193,6 +193,9 @@ needed info.") (switch-to-buffer emms-stream-buffer-name)) (defun emms-stream-mode () + "Major mode for the EMMS Streams interface. + +\\{emms-stream-mode-map}" (kill-all-local-variables) (buffer-disable-undo) (setq major-mode 'emms-stream-mode) -- cgit v1.2.3