Fix documentation of `make-bytevector'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 21 Jun 2009 21:32:19 +0000 (23:32 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 21 Jun 2009 22:58:11 +0000 (00:58 +0200)
* doc/ref/api-data.texi (Bytevector Manipulation): Fix documentation of
  the FILL argument of `make-bytevector'.

doc/ref/api-data.texi

index 8dbad38..78d4ea2 100755 (executable)
@@ -3839,8 +3839,8 @@ procedures.
 @deffnx {C Function} scm_make_bytevector (len, fill)
 @deffnx {C Function} scm_c_make_bytevector (unsigned len)
 Return a new bytevector of @var{len} bytes.  Optionally, if @var{fill}
-is given, fill it with @var{fill}; @var{fill} must be an 8-bit signed
-integer, i.e., in the range [-128,127].
+is given, fill it with @var{fill}; @var{fill} must be in the range
+[-128,255].
 @end deffn
 
 @deffn {Scheme Procedure} bytevector? obj