diff options
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 5d09e8396..1305a9259 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -420,7 +420,8 @@ This is a stable sort. @deffn {Scheme Procedure} restricted-vector-sort! vec less startpos endpos @deffnx {C Function} scm_restricted_vector_sort_x (vec, less, startpos, endpos) Sort the vector @var{vec}, using @var{less} for comparing -the vector elements. @var{startpos} and @var{endpos} delimit +the vector elements. @var{startpos} (inclusively) and +@var{endpos} (exclusively) delimit the range of the vector which gets sorted. The return value is not specified. @end deffn |