diff options
-rw-r--r-- | lisp/mpc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index e56e7e42ba8..cce752739be 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -1131,8 +1131,8 @@ If PLAYLIST is t or nil or missing, use the main playlist." map)) (easy-menu-define mpc-mode-menu mpc-mode-map - "Menu for MPC.el." - '("MPC.el" + "Menu for MPC mode." + '("MPC" ["Play/Pause" mpc-toggle-play] ;FIXME: Add one of ⏯/▶/⏸ in there? ["Next Track" mpc-next] ;FIXME: Add ⇥ there? ["Previous Track" mpc-prev] ;FIXME: Add ⇤ there? |