Function: fortran-indent-new-line
fortran-indent-new-line is a function alias and interactive for
reindent-then-newline-and-indent, defined in simple.el.gz.
This command is obsolete since 29.1; use
reindent-then-newline-and-indent instead.
Signature
(fortran-indent-new-line)
Documentation
Reindent current line, insert newline, then indent the new line.
Indentation of both lines is done according to the current major mode,
which means calling the current value of indent-line-function.
In programming language modes, this is the same as TAB.
In some text modes, where TAB inserts a tab, this indents to the
column specified by the function current-left-margin.
Key Bindings
Aliases
fortran-indent-new-line (obsolete since 29.1)