Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
748c30f4
Commit
748c30f4
authored
Jul 11, 2009
by
Glenn Morris
Browse files
(Regexp Backslash): Fix typo.
parent
774409a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/searching.texi
doc/lispref/searching.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
748c30f4
2009-07-11 Glenn Morris <rgm@gnu.org>
* searching.texi (Regexp Backslash): Fix typo.
2009-07-11 Kevin Ryde <user42@zip.com.au>
* hooks.texi (Standard Hooks): Fix cross-references.
...
...
doc/lispref/searching.texi
View file @
748c30f4
...
...
@@ -708,7 +708,7 @@ If a particular grouping construct in the regular expression was never
matched---for instance, if it appears inside of an alternative that
wasn't used, or inside of a repetition that repeated zero times---then
the corresponding @samp{\@var{digit}} construct never matches
anything. To use an artificial example,
,
@samp{\(foo\(b*\)\|lose\)\2}
anything. To use an artificial example, @samp{\(foo\(b*\)\|lose\)\2}
cannot match @samp{lose}: the second alternative inside the larger
group matches it, but then @samp{\2} is undefined and can't match
anything. But it can match @samp{foobb}, because the first
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment