From 1113094c332932b2437fd43f6326b57ff825dafd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 13 Dec 2004 21:51:11 +0000 Subject: [PATCH] Fix tyop. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5