From ac1470eb0374ea44fee73cc35b6919b8a8ad5725 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 22 Apr 2001 08:35:45 +0000 Subject: [PATCH] (sentence-end): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/textmodes/paragraphs.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77744ca37eb..08d8fd2c980 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-22 Eli Zaretskii + + * textmodes/paragraphs.el (sentence-end): Doc fix. + 2001-04-20 Alex Schroeder * sql.el (sql-escape-newlines-and-send): New function. diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 305f24b6049..4ecc0c2d433 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -130,6 +130,7 @@ text indented by a margin setting." (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 -- 2.39.2