comparison lispref/os.texi @ 90072:cb67264d6096

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-3 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-4 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-6 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12 Remove "-face" suffix from lazy-highlight face name * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22 <no summary provided> * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-39 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40 Fix regressions from latest reftex update * miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0 tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2 Merge from miles@gnu.org--gnu-2004 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3 Merge from emacs--cvs-trunk--0
author Miles Bader <miles@gnu.org>
date Sun, 16 Jan 2005 03:40:12 +0000
parents f6b4d0ebf147 70a8ca9b81e0
children e4694597cbf4
comparison
equal deleted inserted replaced
90071:f6b4d0ebf147 90072:cb67264d6096
1369 to be annoying. 1369 to be annoying.
1370 1370
1371 It is usually a bad idea for timer functions to alter buffer 1371 It is usually a bad idea for timer functions to alter buffer
1372 contents. When they do, they usually should call @code{undo-boundary} 1372 contents. When they do, they usually should call @code{undo-boundary}
1373 both before and after changing the buffer, to separate the timer's 1373 both before and after changing the buffer, to separate the timer's
1374 changes from user commands' changes. 1374 changes from user commands' changes and prevent a single undo entry
1375 from growing to be quite large.
1375 1376
1376 @deffn Command run-at-time time repeat function &rest args 1377 @deffn Command run-at-time time repeat function &rest args
1377 This sets up a timer that calls the function @var{function} with 1378 This sets up a timer that calls the function @var{function} with
1378 arguments @var{args} at time @var{time}. If @var{repeat} is a number 1379 arguments @var{args} at time @var{time}. If @var{repeat} is a number
1379 (integer or floating point), the timer also runs every @var{repeat} 1380 (integer or floating point), the timer also runs every @var{repeat}