* doc/lispref/searching.texi (Regexp Special): Tweak wording
This commit is contained in:
parent
5680faad8f
commit
5d6a274c1f
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ this choice, the rest of the regexp matches successfully.
|
|||
long time, if they lead to ambiguous matching. For
|
||||
example, trying to match the regular expression @samp{\(x+y*\)*a}
|
||||
against the string @samp{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz} could
|
||||
take hours before it ultimately fails. Emacs must try each way of
|
||||
take hours before it ultimately fails. Emacs may try each way of
|
||||
grouping the @samp{x}s before concluding that none of them can work.
|
||||
In general, avoid expressions that can match the same string in
|
||||
multiple ways.
|
||||
|
|
Loading…
Add table
Reference in a new issue