File: indent.el.html
Commands for making and changing indentation in text. These are described in the Emacs manual.
Defined variables (10)
edit-tab-stops-buffer | Buffer whose tab stops are being edited. |
edit-tab-stops-map | Keymap used in ‘edit-tab-stops’. |
indent-line-function | Function to indent the current line. |
indent-line-ignored-functions | Values that are ignored by ‘indent-according-to-mode’. |
indent-region-function | Short cut function to indent region using ‘indent-according-to-mode’. |
indent-rigidly-map | Transient keymap for adjusting indentation interactively. |
standard-indent | Default number of columns for margin-changing functions to indent. |
tab-always-indent | Controls the operation of the TAB key. |
tab-first-completion | Governs the behavior of TAB completion on the first press of the key. |
tab-stop-list | List of tab stop positions used by ‘tab-to-tab-stop’. |