diff options
-rw-r--r-- | emms-playlist-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 138ed62..ff29a22 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -477,7 +477,7 @@ WINDOW-WIDTH is `emms-playlist-mode-window-width'." ;;;###autoload (defun emms-playlist-mode () "A major mode for Emms playlists. -\\{emms-playlist-mode-map}." +\\{emms-playlist-mode-map}" (interactive) (let ((val emms-playlist-buffer-p)) (kill-all-local-variables) |