From 1c830003f929acffd969787bececd63eeb993efc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Apr 2001 03:29:00 +0000 Subject: [PATCH] Correct sentence-end regexp example. --- man/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5