diff etc/NEWS @ 58950:51001c08fc00

Fix tyop.
author Juri Linkov <juri@jurta.org>
date Mon, 13 Dec 2004 21:51:11 +0000
parents 9b6234081dc1
children 3b113ec26ed0 fb79180b618d
line wrap: on
line diff
--- a/etc/NEWS	Mon Dec 13 21:43:39 2004 +0000
+++ b/etc/NEWS	Mon Dec 13 21:51:11 2004 +0000
@@ -2371,7 +2371,7 @@
 
 * Lisp Changes in Emacs 21.4
 
-** (while-no-input BODY...) runs BODY, but only so lomg as no input
+** (while-no-input BODY...) runs BODY, but only so long as no input
 arrives.  If the user types or clicks anything, BODY stops as if a
 quit had occurred.  while-no-input returns the value of BODY, if BODY
 finishes.  It returns nil if BODY was aborted.