summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index 1ec45ab20ca..7f0fc818ce2 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -1408,12 +1408,12 @@ the new alist without changing the old one.
(cdr (car (cdr copy))))
@result{} t
@end group
-@end example
+@end smallexample
This example shows how @code{copy-alist} makes it possible to change
the associations of one copy without affecting the other:
-@example
+@smallexample
@group
(setcdr (assq 3 needles-per-cluster)
'("Martian Vacuum Pine"))