From: Richard M. Stallman Date: Sun, 1 Apr 2001 03:29:00 +0000 (+0000) Subject: Correct sentence-end regexp example. X-Git-Tag: emacs-pretest-21.0.101~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c830003f929acffd969787bececd63eeb993efc;p=emacs.git Correct sentence-end regexp example. --- diff --git a/man/text.texi b/man/text.texi index 169c9064d27..ab94b51f133 100644 --- a/man/text.texi +++ b/man/text.texi @@ -217,7 +217,7 @@ sentence, together with the whitespace following the sentence. Its normal value is @example -"[.?!][]\"')]*\\($\\|\t\\| \\)[ \t\n]*" +"[.?!][]\"')]*\\($\\| $\\|\t\\| \\)[ \t\n]*" @end example @noindent