comparison lispref/os.texi @ 83038:30ccd595ccb0

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-78
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 18 Feb 2004 17:10:32 +0000
parents 96796d3ede2e
children 1468ded18da0
comparison
equal deleted inserted replaced
83037:03a73693678e 83038:30ccd595ccb0
1304 1304
1305 Emacs binds @code{inhibit-quit} to @code{t} before calling the timer 1305 Emacs binds @code{inhibit-quit} to @code{t} before calling the timer
1306 function, because quitting out of many timer functions can leave 1306 function, because quitting out of many timer functions can leave
1307 things in an inconsistent state. This is normally unproblematical 1307 things in an inconsistent state. This is normally unproblematical
1308 because most timer functions don't do a lot of work. Indeed, for a 1308 because most timer functions don't do a lot of work. Indeed, for a
1309 timer to calls a function that takes substantial time to run is likely 1309 timer to call a function that takes substantial time to run is likely
1310 to be annoying. 1310 to be annoying.
1311 1311
1312 @defun run-at-time time repeat function &rest args 1312 @defun run-at-time time repeat function &rest args
1313 This function arranges to call @var{function} with arguments @var{args} 1313 This function arranges to call @var{function} with arguments @var{args}
1314 at time @var{time}. The argument @var{function} is a function to call 1314 at time @var{time}. The argument @var{function} is a function to call