# HG changeset patch # User Richard M. Stallman # Date 986095740 0 # Node ID fe3c5a341a4df9be0edb4351945e79184e30ec7f # Parent b1c1c6ab6f85dea3747f467e41da23db452b4aa0 Correct sentence-end regexp example. diff -r b1c1c6ab6f85 -r fe3c5a341a4d man/text.texi --- a/man/text.texi Sun Apr 01 03:27:41 2001 +0000 +++ b/man/text.texi Sun Apr 01 03:29:00 2001 +0000 @@ -217,7 +217,7 @@ normal value is @example -"[.?!][]\"')]*\\($\\|\t\\| \\)[ \t\n]*" +"[.?!][]\"')]*\\($\\| $\\|\t\\| \\)[ \t\n]*" @end example @noindent