# HG changeset patch # User Eli Zaretskii # Date 987928465 0 # Node ID 16c36231eb5c973fb306ca2e06eaebf0306aa817 # Parent 3796ae93b268cb74caab33c695546af8e7d457c6 (sentence-end): Doc fix. diff -r 3796ae93b268 -r 16c36231eb5c lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Sat Apr 21 19:52:11 2001 +0000 +++ b/lisp/textmodes/paragraphs.el Sun Apr 22 08:34:25 2001 +0000 @@ -130,6 +130,7 @@ (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*") "*Regexp describing the end of a sentence. +The value includes the whitespace following the sentence. All paragraph boundaries also end sentences, regardless. The default value specifies that in order to be recognized as the end