comparison lispintro/emacs-lisp-intro.texi @ 70725:47db6078325c

(Digression concerning error): Fix typo.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 19 May 2006 05:56:32 +0000
parents bd74271e8d03
children 02b9c43722d2
comparison
equal deleted inserted replaced
70724:1279f6821d28 70725:47db6078325c
18276 from the point of view of the computer, the word `error' is correct. 18276 from the point of view of the computer, the word `error' is correct.
18277 But a human expects to attempt this sort of thing, if only to find out 18277 But a human expects to attempt this sort of thing, if only to find out
18278 whether the kill ring is full or empty. This is an act of 18278 whether the kill ring is full or empty. This is an act of
18279 exploration. 18279 exploration.
18280 18280
18281 (From the human point of view, the act of exploration and discovery is 18281 From the human point of view, the act of exploration and discovery is
18282 not necessarily an error, and therefore should not be labelled as one, 18282 not necessarily an error, and therefore should not be labelled as one,
18283 even in the bowels of a computer. As it is, the code in Emacs implies 18283 even in the bowels of a computer. As it is, the code in Emacs implies
18284 that a human who is acting virtuously, by exploring his or her 18284 that a human who is acting virtuously, by exploring his or her
18285 environment, is making an error. This is bad. Even though the computer 18285 environment, is making an error. This is bad. Even though the computer
18286 takes the same steps as it does when there is an `error', a term such as 18286 takes the same steps as it does when there is an `error', a term such as