diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-05-19 05:57:07 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-05-19 05:57:07 +0000 |
commit | 04c34eb88e1965927221b04716f679e01b126cc8 (patch) | |
tree | a4a5fe6547bd1ecd8ae7bd24a45d8ee378bf035a /lispintro | |
parent | a161b46d27b3b9deb0aa218a108ff53af0ecca7f (diff) | |
download | emacs-04c34eb88e1965927221b04716f679e01b126cc8.tar.gz |
(Digression concerning error): Fix typo.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 753aec71d80..731e734f78c 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2006-05-19 Thien-Thi Nguyen <ttn@gnu.org> + + * emacs-lisp-intro.texi (Digression concerning error): Fix typo. + 2005-09-16 Romain Francoise <romain@orebokech.com> * emacs-lisp-intro.texi (GNU Free Documentation License): diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index c7fef17061f..f941f3e44ba 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -18278,7 +18278,7 @@ But a human expects to attempt this sort of thing, if only to find out whether the kill ring is full or empty. This is an act of exploration. -(From the human point of view, the act of exploration and discovery is +From the human point of view, the act of exploration and discovery is not necessarily an error, and therefore should not be labelled as one, even in the bowels of a computer. As it is, the code in Emacs implies that a human who is acting virtuously, by exploring his or her |