diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-04-01 03:29:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-04-01 03:29:00 +0000 |
commit | 1c830003f929acffd969787bececd63eeb993efc (patch) | |
tree | 5d149e921c9ca9fb89fef9b23c0a4a65893654b7 /man/text.texi | |
parent | 0d6a65a50acc24101fd7a1de1df3f39782ce9016 (diff) | |
download | emacs-1c830003f929acffd969787bececd63eeb993efc.tar.gz |
Correct sentence-end regexp example.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |