Mercurial > emacs
changeset 58950:51001c08fc00
Fix tyop.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 13 Dec 2004 21:51:11 +0000 |
parents | 9592a6459297 |
children | c7ebd794182b |
files | etc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.