Function: help-with-tutorial-spec-language

help-with-tutorial-spec-language is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(help-with-tutorial-spec-language)

Documentation

Use the Emacs tutorial, specifying which language you want.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun help-with-tutorial-spec-language ()
  "Use the Emacs tutorial, specifying which language you want."
  (interactive)
  (help-with-tutorial t))