From: David Kastrup Date: Thu, 25 May 2006 09:06:38 +0000 (+0000) Subject: (setcar): replace an antelope rather than X-Git-Tag: emacs-pretest-22.0.90~2343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b1575dfcfc218be2036f99facc68043d9fe7ad5;p=emacs.git (setcar): replace an antelope rather than a giraffe with a hippopotamus. --- diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 731e734f78c..d2316d59aa6 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -1,3 +1,8 @@ +2006-05-25 David Kastrup + + * emacs-lisp-intro.texi (setcar): replace an antelope rather than + a giraffe with a hippopotamus. + 2006-05-19 Thien-Thi Nguyen * emacs-lisp-intro.texi (Digression concerning error): Fix typo. diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index f941f3e44ba..5d513256daf 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -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