]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix tyop.
authorJuri Linkov <juri@jurta.org>
Mon, 13 Dec 2004 21:51:11 +0000 (21:51 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 13 Dec 2004 21:51:11 +0000 (21:51 +0000)
etc/NEWS

index 437bc1be9080f55c837734ea9941c4cba873bf91..224082587c106ea414c0bad9553a23f4b02444b8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2371,7 +2371,7 @@ configuration files.
 \f
 * 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.