Next: Moving by S-Expression, Previous: Moving by Word and Paragraph, Up: Elemental Movement [Index]
Command | Key Binding | Purpose |
---|---|---|
backward-sentence | ‘M-a’ | Move backward to start of sentence |
forward-sentence | ‘M-e’ | Move forward to end of sentence |
A regular expression that matches ends of sentences. Every paragraph boundary terminates sentences as well. The value includes the whitespace following the sentence.
Return the regexp describing the end of a sentence.
This function returns either the value of the variable
The default value specifies that in order to be recognized as the end of a sentence, the ending period, question mark, or exclamation point must be followed by two spaces, with perhaps some closing delimiters in between.
You can alter this behavior by customizing the following variables:
non-nil means a single space does not end a sentence
non-nil means a sentence will end without a period
a string of characgters that end a sentence without requiring spaces after