From: Juri Linkov Date: Mon, 13 Dec 2004 21:51:11 +0000 (+0000) Subject: Fix tyop. X-Git-Tag: ttn-vms-21-2-B4~3277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1113094c332932b2437fd43f6326b57ff825dafd;p=emacs.git Fix tyop. --- diff --git a/etc/NEWS b/etc/NEWS index 437bc1be908..224082587c1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2371,7 +2371,7 @@ configuration files. * 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.