summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-12-13 21:51:11 +0000
committerJuri Linkov <juri@jurta.org>2004-12-13 21:51:11 +0000
commit1113094c332932b2437fd43f6326b57ff825dafd (patch)
tree28005a335442dc2a8d7387f110f5e9fedb45b6c9 /etc
parentc09a9077a5f41cebc340b761b78467b4d381610a (diff)
downloademacs-1113094c332932b2437fd43f6326b57ff825dafd.tar.gz
Fix tyop.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.