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
d60a8ab2
Commit
d60a8ab2
authored
Nov 04, 2008
by
Juanma Barranquero
Browse files
* searching.texi (Regexp Search): Fix typo.
parent
079a5e72
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 @
d60a8ab2
2008
-
11
-
04
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
searching
.
texi
(
Regexp
Search
):
Fix
typo
.
2008
-
11
-
03
Seweryn
Kokot
<
sewkokot
@
gmail
.
com
>
(
tiny
change
)
*
searching
.
texi
(
Regexp
Search
):
Document
GREEDY
arg
.
...
...
doc/lispref/searching.texi
View file @
d60a8ab2
...
...
@@ -1108,7 +1108,7 @@ found must begin at or after @var{limit}.
If @var{greedy} is non-@code{nil}, this function extends the match
backwards as far as possible, stopping when a single additional
previous character cannot be part of a match for regexp. When the
match is extended, its starting position
g
is allowed to occur before
match is extended, its starting position is allowed to occur before
@var{limit}.
@example
...
...
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