; * etc/NEWS: Clarify.
authorMattias Engdegård <mattiase@acm.org>
Mon, 1 Jul 2024 08:43:12 +0000 (10:43 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 1 Jul 2024 08:44:22 +0000 (10:44 +0200)
etc/NEWS

index d0534ad75383951fa4ed6f3b0a9d5bf1c60b8478..6428ef651aaf97dce0e28170395c047fe4eadf10 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2726,8 +2726,8 @@ some obvious cases.  Examples:
     (aset "abc" 1 ?d)
 
 Such code may have unpredictable behavior because the constants are part
-of the program, not of the data structures generated afresh during
-execution, and the compiler does not expect them to change.
+of the program and are not data structures generated afresh during
+execution; the compiler does not expect them to change.
 
 To avoid the warning, operate on an object created by the program
 (maybe a copy of the constant), or use a non-destructive operation