aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-streams.el3
1 files changed, 3 insertions, 0 deletions
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)