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/emacs-lisp-intro.texi | |
parent | a161b46d27b3b9deb0aa218a108ff53af0ecca7f (diff) | |
download | emacs-04c34eb88e1965927221b04716f679e01b126cc8.tar.gz |
(Digression concerning error): Fix typo.
Diffstat (limited to 'lispintro/emacs-lisp-intro.texi')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |