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-bufferBuffer whose tab stops are being edited.
edit-tab-stops-mapKeymap used in ‘edit-tab-stops’.
indent-line-functionFunction to indent the current line.
indent-line-ignored-functionsValues that are ignored by ‘indent-according-to-mode’.
indent-region-functionShort cut function to indent region using ‘indent-according-to-mode’.
indent-rigidly-mapTransient keymap for adjusting indentation interactively.
standard-indentDefault number of columns for margin-changing functions to indent.
tab-always-indentControls the operation of the TAB key.
tab-first-completionGoverns the behavior of TAB completion on the first press of the key.
tab-stop-listList of tab stop positions used by ‘tab-to-tab-stop’.

Defined functions (34)

alter-text-property(FROM TO PROP FUNC &optional OBJECT)
beginning-of-line-text(&optional N)
current-left-margin()
decrease-left-margin(FROM TO INC)
decrease-right-margin(FROM TO INC)
delete-to-left-margin(&optional FROM TO)
edit-tab-stops()
edit-tab-stops-note-changes()
increase-left-margin(FROM TO INC)
increase-right-margin(FROM TO INC)
indent--funcall-widened(FUNC)
indent-according-to-mode(&optional INHIBIT-WIDEN)
indent-accumulate-tab-stops(LIMIT)
indent-for-tab-command(&optional ARG)
indent-line-to(COLUMN)
indent-next-tab-stop(COLUMN &optional PREV)
indent-region(START END &optional COLUMN)
indent-region-line-by-line(START END)
indent-relative(&optional FIRST-ONLY UNINDENTED-OK)
indent-relative-first-indent-point()
indent-relative-maybe()
indent-rigidly(START END ARG &optional INTERACTIVE)
indent-rigidly--current-indentation(BEG END)
indent-rigidly-left(BEG END)
indent-rigidly-left-to-tab-stop(BEG END)
indent-rigidly-right(BEG END)
indent-rigidly-right-to-tab-stop(BEG END)
indent-to-left-margin()
insert-tab(&optional ARG)
move-to-left-margin(&optional N FORCE)
move-to-tab-stop()
set-left-margin(FROM TO WIDTH)
set-right-margin(FROM TO WIDTH)
tab-to-tab-stop()

Defined faces (0)