diff options
-rw-r--r-- | lisp/emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms.el b/lisp/emms.el index 61acd75..35c0eeb 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -147,7 +147,7 @@ sorts before the second (see `sort')." :type 'string :group 'emms) -(defcustom emms-playlist-default-major-mode default-major-mode +(defcustom emms-playlist-default-major-mode major-mode "*The default major mode for EMMS playlist." :type 'function :group 'emms) |