Function: indent-to-column
indent-to-column is a and interactive for indent-to,
defined in indent.c.
Signature
(indent-to-column COLUMN &optional MINIMUM)
Documentation
Indent from point with tabs and spaces until COLUMN is reached.
Optional second argument MINIMUM says always do at least MINIMUM spaces even if that goes past COLUMN; by default, MINIMUM is zero.
The return value is the column where the insertion ends.
Key Bindings
Aliases
org-indent-to-column (obsolete since 9.0)
indent-to-column