changeset 37125:fe3c5a341a4d

Correct sentence-end regexp example.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Apr 2001 03:29:00 +0000
parents b1c1c6ab6f85
children 6a2d75e45a87
files man/text.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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