bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#64960: Documentation for copy-sequence


From: Dmitry Gutov
Subject: bug#64960: Documentation for copy-sequence
Date: Sun, 30 Jul 2023 23:15:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 30/07/2023 23:09, uzibalqa wrote:
It is not evident what the meaning of "shared" means ?  If I use a string,
I get an exact copy and when I change a single character the newlist is
changed,  the original string remains the same.  So what is shared exactly ?

A string doesn't share anything because characters are not reference values. They are simply copied.





reply via email to

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