From e9620d0a3e2700adfed7b8e2389c9f1d7c3ac8e9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 14 May 2017 21:53:34 -0700 Subject: [PATCH] Fix typo. --- doc/ref-manual/strings.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref-manual/strings.texi b/doc/ref-manual/strings.texi index 568bf91f0..9a868962b 100644 --- a/doc/ref-manual/strings.texi +++ b/doc/ref-manual/strings.texi @@ -1161,8 +1161,8 @@ ordinary string matching and searching, but potentially much slower. On the other hand it is less powerful than the mechanism described in @ref{Parser Language}. -While traditional regular expressions are defined with string patterns -in which characters like @samp{[} and @samp{*} have special meanings. +Traditional regular expressions are defined with string patterns in +which characters like @samp{[} and @samp{*} have special meanings. Unfortunately, the syntax of these patterns is not only baroque but also comes in many different and mutually-incompatible varieties. As a consequence we have chosen to specify regular expressions using an -- 2.25.1