File: paragraphs.el.html

This package provides the paragraph-oriented commands documented in the Emacs manual.

Defined variables (13)

forward-sentence-functionFunction to be used to calculate sentence movements.
page-delimiterRegexp describing line-beginnings that separate pages.
paragraph-ignore-fill-prefixNon-nil means the paragraph commands are not affected by ‘fill-prefix’.
paragraph-separateRegexp for beginning of a line that separates paragraphs.
paragraph-startRegexp for beginning of a line that starts OR separates paragraphs.
repunctuate-sentences-filterThe default filter used by ‘repunctuate-sentences’.
sentence-endRegexp describing the end of a sentence.
sentence-end-baseRegexp matching the basic end of a sentence, not including following space.
sentence-end-double-spaceNon-nil means a single space does not end a sentence.
sentence-end-without-periodNon-nil means a sentence will end without a period.
sentence-end-without-spaceString of characters that end sentence without following spaces.
use-hard-newlinesNon-nil if Use-Hard-Newlines mode is enabled.
use-hard-newlines-hookHook run after entering or leaving ‘use-hard-newlines’.

Defined functions (20)

backward-kill-paragraph(ARG)
backward-kill-sentence(&optional ARG)
backward-paragraph(&optional ARG)
backward-sentence(&optional ARG)
count-sentences(START END)
end-of-paragraph-text()
forward-paragraph(&optional ARG)
forward-sentence(&optional ARG)
forward-sentence-default-function(&optional ARG)
kill-paragraph(ARG)
kill-sentence(&optional ARG)
mark-end-of-sentence(ARG)
mark-paragraph(&optional ARG ALLOW-EXTEND)
repunctuate-sentences(&optional NO-QUERY START END)
repunctuate-sentences-filter(START END)
sentence-end()
start-of-paragraph-text()
transpose-paragraphs(ARG)
transpose-sentences(ARG)
use-hard-newlines(&optional ARG INSERT)

Defined faces (0)