Mercurial > emacs
comparison etc/NEWS @ 58950:51001c08fc00
Fix tyop.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 13 Dec 2004 21:51:11 +0000 |
parents | 9b6234081dc1 |
children | 3b113ec26ed0 fb79180b618d |
comparison
equal
deleted
inserted
replaced
58949:9592a6459297 | 58950:51001c08fc00 |
---|---|
2369 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2369 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2370 configuration files. | 2370 configuration files. |
2371 | 2371 |
2372 * Lisp Changes in Emacs 21.4 | 2372 * Lisp Changes in Emacs 21.4 |
2373 | 2373 |
2374 ** (while-no-input BODY...) runs BODY, but only so lomg as no input | 2374 ** (while-no-input BODY...) runs BODY, but only so long as no input |
2375 arrives. If the user types or clicks anything, BODY stops as if a | 2375 arrives. If the user types or clicks anything, BODY stops as if a |
2376 quit had occurred. while-no-input returns the value of BODY, if BODY | 2376 quit had occurred. while-no-input returns the value of BODY, if BODY |
2377 finishes. It returns nil if BODY was aborted. | 2377 finishes. It returns nil if BODY was aborted. |
2378 | 2378 |
2379 --- | 2379 --- |