]> code.delx.au - gnu-emacs/commitdiff
(setcar): replace an antelope rather than
authorDavid Kastrup <dak@gnu.org>
Thu, 25 May 2006 09:06:38 +0000 (09:06 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 25 May 2006 09:06:38 +0000 (09:06 +0000)
a giraffe with a hippopotamus.

lispintro/ChangeLog
lispintro/emacs-lisp-intro.texi

index 731e734f78cc5a9d0cc6af45d041c126ec00b92f..d2316d59aa644200ee6f7a59a03c37d1be3ff0ab 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-25  David Kastrup  <dak@gnu.org>
+
+       * emacs-lisp-intro.texi (setcar): replace an antelope rather than
+       a giraffe with a hippopotamus.
+
 2006-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
index f941f3e44bada7e29c49b1b8894a34b52f507ef0..5d513256daf89c098c0eceea063446af63eb658a 100644 (file)
@@ -7061,7 +7061,7 @@ The first element on the list, @code{antelope} is replaced by
 @code{hippopotamus}.
 
 So we can see that @code{setcar} did not add a new element to the list
-as @code{cons} would have; it replaced @code{giraffe} with
+as @code{cons} would have; it replaced @code{antelope} with
 @code{hippopotamus}; it @emph{changed} the list.
 
 @node setcdr, cons Exercise, setcar, car cdr & cons