From c74c521ddc5cbe93849f7d6be4c7476d69031072 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Mar 1995 22:16:51 +0000 Subject: [PATCH] Fix setcdr example. --- lispref/lists.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lispref/lists.texi b/lispref/lists.texi index 0eb4a290f43..3f9a5c8d7e4 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -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 -- 2.39.5