Function: kotl-mode:forward-para
kotl-mode:forward-para is a function alias and interactive for
kotl-mode:forward-paragraph, defined in kotl-mode.el.
Signature
(kotl-mode:forward-para &optional ARG)
Documentation
Move point forward until after the last character of the current paragraph.
With ARG N, do it N times; negative ARG -N means move backward N paragraphs. Return point.
A line which paragraph-start matches either separates paragraphs
(if paragraph-separate matches it also) or is the first line of a paragraph.
A paragraph end is one character before the beginning of a line which is not
part of the paragraph, or the end of the buffer.
Key Bindings