diff options
| author | David Kastrup | 2006-05-25 09:06:38 +0000 |
|---|---|---|
| committer | David Kastrup | 2006-05-25 09:06:38 +0000 |
| commit | 2b1575dfcfc218be2036f99facc68043d9fe7ad5 (patch) | |
| tree | 0d7ad0e119c41eec4387e3048167f0ceaae4e034 | |
| parent | 78b3f5c3fadde997fc50ae5b09c6d409caa25a69 (diff) | |
| download | emacs-2b1575dfcfc218be2036f99facc68043d9fe7ad5.tar.gz emacs-2b1575dfcfc218be2036f99facc68043d9fe7ad5.zip | |
(setcar): replace an antelope rather than
a giraffe with a hippopotamus.
| -rw-r--r-- | lispintro/ChangeLog | 5 | ||||
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 731e734f78c..d2316d59aa6 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-25 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (setcar): replace an antelope rather than | ||
| 4 | a giraffe with a hippopotamus. | ||
| 5 | |||
| 1 | 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org> | 6 | 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi (Digression concerning error): Fix typo. | 8 | * 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 | |||
| 7061 | @code{hippopotamus}. | 7061 | @code{hippopotamus}. |
| 7062 | 7062 | ||
| 7063 | So we can see that @code{setcar} did not add a new element to the list | 7063 | So we can see that @code{setcar} did not add a new element to the list |
| 7064 | as @code{cons} would have; it replaced @code{giraffe} with | 7064 | as @code{cons} would have; it replaced @code{antelope} with |
| 7065 | @code{hippopotamus}; it @emph{changed} the list. | 7065 | @code{hippopotamus}; it @emph{changed} the list. |
| 7066 | 7066 | ||
| 7067 | @node setcdr, cons Exercise, setcar, car cdr & cons | 7067 | @node setcdr, cons Exercise, setcar, car cdr & cons |