mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
Correct name of splaytreefind.
Copied from Perforce Change: 187368 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
49ed75e897
commit
a302cffa9c
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ splay around the same key. The new root will be the last node in the
|
|||
sub-tree and will have a null right child; this is set to be the right
|
||||
child of the node to be deleted.
|
||||
|
||||
_`.impl.search`: ``SplayTreeSearch()``: Splay the node around the
|
||||
_`.impl.find`: ``SplayTreeFind()``: Splay the node around the
|
||||
supplied key. If the splay found a matching node, return it; otherwise
|
||||
return failure.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue