diff options
Diffstat (limited to 'manual/search.texi')
-rw-r--r-- | manual/search.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/search.texi b/manual/search.texi index ae6d5ef409..0bcbc9b4d3 100644 --- a/manual/search.texi +++ b/manual/search.texi @@ -429,7 +429,7 @@ extended or searched. The @code{tsearch} function searches in the tree pointed to by @code{*@var{rootp}} for an element matching @var{key}. The function pointed to by @var{compar} is used to determine whether two elements -match. @xref{Comparison Functions} for a specification of the functions +match. @xref{Comparison Functions}, for a specification of the functions which can be used for the @var{compar} parameter. If the tree does not contain a matching entry the @var{key} value will |