aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorFran Burstall <fran.burstall@gmail.com>2018-10-17 21:18:23 +0100
committerFran Burstall <fran.burstall@gmail.com>2018-10-17 21:18:23 +0100
commit4437c84ee2b0b328255c5c417705fbef4c8906fc (patch)
treee3ffcc986a49dc411d309317c762206193567025 /lisp
parent1b81dbf1ebc1d50ae3791d228bb9a07b5c03445d (diff)
* lisp/emms-streams.el: add doc-string to emms-stream-mode
So that describe-mode shows the keymap.
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)