guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Fix note on modifying literal vectors


From: Daniel Llorens
Subject: [Guile-commits] 01/02: Fix note on modifying literal vectors
Date: Fri, 7 Feb 2020 05:20:21 -0500 (EST)

lloda pushed a commit to branch wip-exception-truncate
in repository guile.

commit 27d5bc655d8041775491b5a7786f8b1b98a642dd
Author: Daniel Llorens <address@hidden>
AuthorDate: Fri Feb 7 11:11:26 2020 +0100

    Fix note on modifying literal vectors
    
    This has been an error since 7ed54fd36d2e381aa46ef8a7d2fc13a6776b573a.
---
 doc/ref/api-data.texi | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index a6b09c4..1c139e2 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -6356,10 +6356,9 @@ A vector created by one of the dynamic vector 
constructor procedures
 (@pxref{Vector Creation}) can be modified using the following
 procedures.
 
-@emph{NOTE:} According to R5RS, it is an error to use any of these
-procedures on a literally read vector, because such vectors should be
-considered as constants.  Currently, however, Guile does not detect this
-error.
+@emph{NOTE:} Following R5RS, it is an error to use any of these
+procedures on a literally read vector, because such vectors are
+considered as constants.
 
 @rnindex vector-set!
 @deffn {Scheme Procedure} vector-set! vec k obj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]