]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct sentence-end regexp example.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Apr 2001 03:29:00 +0000 (03:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Apr 2001 03:29:00 +0000 (03:29 +0000)
man/text.texi

index 169c9064d279bd1ecc2c82120d370b856dbaa159..ab94b51f133cb20eb8b0151c8fa71ceb13caf805 100644 (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