[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/3] Make string-length documentation more correct
From: |
Andrew Tropin |
Subject: |
[PATCH 1/3] Make string-length documentation more correct |
Date: |
Tue, 25 Jun 2024 15:20:10 +0400 |
* doc/r5rs/r5rs.texi:
---
doc/r5rs/r5rs.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r5rs/r5rs.texi b/doc/r5rs/r5rs.texi
index 775c93094..f2e9dda19 100644
--- a/doc/r5rs/r5rs.texi
+++ b/doc/r5rs/r5rs.texi
@@ -5846,7 +5846,7 @@ Returns a newly allocated string composed of the
arguments.
@deffn {procedure} string-length string
-Returns the number of characters in the given @var{string}.
+Returns the number of bytes in the given @var{string}.
@end deffn
--
2.45.1
- [PATCH 0/3] Documentation improvements, Andrew Tropin, 2024/06/25
- [PATCH 1/3] Make string-length documentation more correct,
Andrew Tropin <=
- RE: [PATCH 1/3] Make string-length documentation more correct, Maxime Devos, 2024/06/25
- Re: [PATCH 1/3] Make string-length documentation more correct, Jean Abou Samra, 2024/06/26
- RE: [PATCH 1/3] Make string-length documentation more correct, Maxime Devos, 2024/06/26
- Re: [PATCH 1/3] Make string-length documentation more correct, Damien Mattei, 2024/06/26
- RE: [PATCH 1/3] Make string-length documentation more correct, Andrew Tropin, 2024/06/28
- RE: [PATCH 1/3] Make string-length documentation more correct, Andrew Tropin, 2024/06/28