1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

Removed section about string literals being read-only.

This commit is contained in:
Marius Vollmer 2004-09-29 17:59:32 +00:00
parent 556d75dbb8
commit 767882a09d

5
NEWS
View file

@ -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.