mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix setcdr example.
This commit is contained in:
parent
e30ab160b0
commit
c74c521ddc
@ -1417,8 +1417,7 @@ the associations of one copy without affecting the other:
|
||||
|
||||
@smallexample
|
||||
@group
|
||||
(setcdr (assq 3 needles-per-cluster)
|
||||
'("Martian Vacuum Pine"))
|
||||
(setcdr (assq 3 copy) '("Martian Vacuum Pine"))
|
||||
(cdr (assq 3 needles-per-cluster))
|
||||
@result{} ("Pitch Pine")
|
||||
@end group
|
||||
|
Loading…
Reference in New Issue
Block a user