summaryrefslogtreecommitdiff
path: root/doc/ref/api-utility.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-11-09 13:43:47 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-11-09 13:43:47 +0000
commit3dd6e0cf199c2be32df760da56f55d4a21aeab6d (patch)
tree8ca9a3b7b0245a65acc790f783c02b1e89d30026 /doc/ref/api-utility.texi
parent61eed96070488bcbbb7416572bccc52a17c1ac73 (diff)
downloadguile-3dd6e0cf199c2be32df760da56f55d4a21aeab6d.tar.gz
Minor updates.
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r--doc/ref/api-utility.texi3
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