fortran-indent-new-line

fortran-indent-new-line is an alias for `reindent-then-newline-and-indent' in `fortran.el'.


(fortran-indent-new-line)

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'.