comparison tests/gtk/event-stream-tests.el @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents cd167465bf69
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
41 (tst)^Ja^G ==> ((quit) 97) with no signal 41 (tst)^Ja^G ==> ((quit) 97) with no signal
42 (tst)^J^Ga ==> ((quit) 97) with no signal 42 (tst)^J^Ga ==> ((quit) 97) with no signal
43 (tst)^Jabc^G ==> ((quit) 97) with no signal, and "bc" inserted in buffer 43 (tst)^Jabc^G ==> ((quit) 97) with no signal, and "bc" inserted in buffer
44 44
45 ; with sit-for only do the 2nd test. 45 ; with sit-for only do the 2nd test.
46 ; Do all 3 tests with (accept-proccess-output nil 20) 46 ; Do all 3 tests with (accept-process-output nil 20)
47 47
48 /* 48 /*
49 Additional test cases for accept-process-output, sleep-for, sit-for. 49 Additional test cases for accept-process-output, sleep-for, sit-for.
50 Be sure you do all of the above checking for C-g and focus, too! 50 Be sure you do all of the above checking for C-g and focus, too!
51 51