Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68be435e
Commit
68be435e
authored
Jun 22, 2005
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Entire Match Data): Remove evaporate option for
match-data. Do not mention evaporate option for set-match-data.
parent
6d44324c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
lispref/searching.texi
lispref/searching.texi
+2
-14
No files found.
lispref/searching.texi
View file @
68be435e
...
...
@@ -1527,13 +1527,7 @@ stays the same, but the elements that were not used are set to
garbage collection.
If @var{reseat} is non-@code{nil}, all markers on the @var{reuse} list
are reseated to point to nowhere, and if the value is @code{evaporate},
the markers are put back on the free list.
@strong{Warning:} When @code{evaporate} is specified for @var{reseat},
you must ensure that no other references to the markers on the
@var{reuse} list exists; otherwise, Emacs may crash during the next
garbage collection.
are reseated to point to nowhere.
As always, there must be no possibility of intervening searches between
the call to a search function and the call to @code{match-data} that is
...
...
@@ -1560,13 +1554,7 @@ If @var{match-list} refers to a buffer that doesn't exist, you don't get
an error; that sets the match data in a meaningless but harmless way.
If @var{reseat} is non-@code{nil}, all markers on the @var{match-list} list
are reseated to point to nowhere, and if the value is @code{evaporate},
the markers are put back on the free list.
@strong{Warning:} When @code{evaporate} is specified for @var{reseat},
you must ensure that no other references to the markers on the
@var{match-list} list exists; otherwise, Emacs may crash during the
next garbage collection.
are reseated to point to nowhere.
@findex store-match-data
@code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.
...
...
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