diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-05 07:21:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-05 07:21:27 +0000 |
commit | 7e7f7555ef2979f90c57d499e919424aff3867fe (patch) | |
tree | 150910e1a6cba641b58380d4b576409440e8c67a /lispref/lists.texi | |
parent | 0e6ee0811462dd27f8d87b15bc60ec951405fd88 (diff) | |
download | emacs-7e7f7555ef2979f90c57d499e919424aff3867fe.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r-- | lispref/lists.texi | 4 |
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")) |