]> git.eshelyaron.com Git - emacs.git/commitdiff
(Timers): Clarify previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 2005 17:44:04 +0000 (17:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 2005 17:44:04 +0000 (17:44 +0000)
lispref/os.texi

index ebc27224c966b25558aaa4763cc238d62c10c602..0a6e0aa364280679580df5cfa4e918be6abb0202 100644 (file)
@@ -1371,7 +1371,8 @@ to be annoying.
   It is usually a bad idea for timer functions to alter buffer
 contents.  When they do, they usually should call @code{undo-boundary}
 both before and after changing the buffer, to separate the timer's
-changes from user commands' changes.
+changes from user commands' changes and prevent a single undo entry
+from growing to be quite large.
 
 @deffn Command run-at-time time repeat function &rest args
 This sets up a timer that calls the function @var{function} with