diff --git a/lisp/mouse.el b/lisp/mouse.el index fa355ffeb71..e5e111054e1 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -155,7 +155,7 @@ items `Turn Off' and `Help'." (if (fboundp mm-fun) ; bug#20201 `(keymap ,indicator - (turn-off menu-item "Turn Off minor mode" ,mm-fun) + (turn-off menu-item "Turn off minor mode" ,mm-fun) (help menu-item "Help for minor mode" (lambda () (interactive) (describe-function ',mm-fun)))))))