mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Correct sentence-end regexp example.
This commit is contained in:
parent
0d6a65a50a
commit
1c830003f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue