Correct sentence-end regexp example.

This commit is contained in:
Richard M. Stallman 2001-04-01 03:29:00 +00:00
parent 0d6a65a50a
commit 1c830003f9

View file

@ -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