diff src/event-stream.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents ac37a5f7e5be 3889ef128488
children 56144c8593a8
line wrap: on
line diff
--- a/src/event-stream.c	Thu Mar 17 23:42:59 2011 +0100
+++ b/src/event-stream.c	Tue Mar 29 00:02:47 2011 +0200
@@ -5375,8 +5375,8 @@
 ;(let ((inhibit-quit t)) (setq x (list (read-char) quit-flag)))^J^G
 ;for BOTH, x should get set to (7 t), but no result should be printed.
 ;; #### According to the doc of quit-flag, second test should return
-;; (?\^G nil).  Accidentaly XEmacs returns correct value.  However,
-;; XEmacs 21.1.12 and 21.2.36 both fails on first test.
+;; (?\^G nil).  XEmacs accidentally returns the correct value.  However,
+;; XEmacs 21.1.12 and 21.2.36 both fail on the first test.
 
 ;also do this: make two frames, one viewing "*scratch*", the other "foo".
 ;in *scratch*, type (sit-for 20)^J