diff options
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 9698cd4de91..3c93983b939 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1299,7 +1299,7 @@ key (or menu-item)")) (defun help-with-tutorial-spec-language () "Use the Emacs tutorial, specifying which language you want." - (interactive) + (interactive) (help-with-tutorial t)) (define-key menu-bar-help-menu [emacs-tutorial-language-specific] |