changeset 70909:02b9c43722d2

(setcar): replace an antelope rather than a giraffe with a hippopotamus.
author David Kastrup <dak@gnu.org>
date Thu, 25 May 2006 09:06:38 +0000
parents 2db87b8b31b0
children 6be8092ffb4d
files lispintro/ChangeLog lispintro/emacs-lisp-intro.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispintro/ChangeLog	Thu May 25 09:02:59 2006 +0000
+++ b/lispintro/ChangeLog	Thu May 25 09:06:38 2006 +0000
@@ -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.
--- a/lispintro/emacs-lisp-intro.texi	Thu May 25 09:02:59 2006 +0000
+++ b/lispintro/emacs-lisp-intro.texi	Thu May 25 09:06:38 2006 +0000
@@ -7061,7 +7061,7 @@
 @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