diff options
author | Fran Burstall <fran.burstall@gmail.com> | 2018-10-17 21:18:23 +0100 |
---|---|---|
committer | Fran Burstall <fran.burstall@gmail.com> | 2018-10-17 21:18:23 +0100 |
commit | 4437c84ee2b0b328255c5c417705fbef4c8906fc (patch) | |
tree | e3ffcc986a49dc411d309317c762206193567025 /lisp | |
parent | 1b81dbf1ebc1d50ae3791d228bb9a07b5c03445d (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.el | 3 |
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) |