File: tutorial.el.html
Code for running the Emacs tutorial.
Defined variables (6)
lang-strings | Language specific strings for Emacs. |
tutorial--buffer | The selected tutorial buffer. |
tutorial--default-keys | Default Emacs key bindings that the tutorial depends on. |
tutorial--lang | Tutorial language. |
tutorial--point-after-chkeys | Point after display of key changes. |
tutorial--point-before-chkeys | Point before display of key changes. |
Defined functions (14)
get-lang-string | (LANG STRINGID &optional NO-ENG-FALLBACK) |
help-with-tutorial | (&optional ARG DONT-ASK-FOR-REVERT) |
tutorial--describe-nonstandard-key | (VALUE) |
tutorial--detailed-help | (BUTTON) |
tutorial--display-changes | () |
tutorial--find-changed-keys | (DEFAULT-KEYS) |
tutorial--key-description | (KEY) |
tutorial--remove-remarks | () |
tutorial--save-on-kill | () |
tutorial--save-tutorial | () |
tutorial--save-tutorial-to | (SAVED-FILE) |
tutorial--saved-dir | () |
tutorial--saved-file | () |
tutorial--sort-keys | (LEFT RIGHT) |
Defined faces (1)
tutorial-warning-face | Face used to highlight warnings in the tutorial. |