Removed section about string literals being read-only.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 29 Sep 2004 17:59:32 +0000 (17:59 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 29 Sep 2004 17:59:32 +0000 (17:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index aa8f560..5e7528b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -166,11 +166,6 @@ Three new procedures are related to this: substring/shared,
 substring/copy, and substring/read-only.  See the manual for more
 information.
 
-** String literals are now read-only.
-
-Use string-copy or similar to make a copy if you really want to modify
-such a string.
-
 ** 'gettext' support for internationalization has been added.
 
 See the manual for details.