1
0
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:
Richard M. Stallman 1995-03-27 22:16:51 +00:00
parent e30ab160b0
commit c74c521ddc

View File

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