# HG changeset patch # User Richard M. Stallman # Date 1105033444 0 # Node ID 70a8ca9b81e01dadc3a076eb9608963710a510b0 # Parent f1eb5a3ef97432cd60178bbc8efcc77fd0656022 (Timers): Clarify previous change. diff -r f1eb5a3ef974 -r 70a8ca9b81e0 lispref/os.texi --- a/lispref/os.texi Thu Jan 06 17:42:58 2005 +0000 +++ b/lispref/os.texi Thu Jan 06 17:44:04 2005 +0000 @@ -1371,7 +1371,8 @@ 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