1
Fork 0
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:
Gareth Rees 2014-10-23 15:20:31 +01:00
parent 49ed75e897
commit a302cffa9c

View file

@ -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.