terpri

terpri is a built-in function in `C source code'.

(terpri &optional PRINTCHARFUN ENSURE)

Output a newline to stream PRINTCHARFUN.
If ENSURE is non-nil only output a newline if not already at the
beginning of a line. Value is non-nil if a newline is printed.
If PRINTCHARFUN is omitted or nil, the value of `standard-output' is used.