aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/os.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index a1de8f09c36..e0c032f3e95 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1375,6 +1375,9 @@ both before and after changing the buffer, to separate the timer's
1375changes from user commands' changes and prevent a single undo entry 1375changes from user commands' changes and prevent a single undo entry
1376from growing to be quite large. 1376from growing to be quite large.
1377 1377
1378 If a timer function calls functions that can change the match data,
1379it should save and restore the match data. @xref{Saving Match Data}.
1380
1378@deffn Command run-at-time time repeat function &rest args 1381@deffn Command run-at-time time repeat function &rest args
1379This sets up a timer that calls the function @var{function} with 1382This sets up a timer that calls the function @var{function} with
1380arguments @var{args} at time @var{time}. If @var{repeat} is a number 1383arguments @var{args} at time @var{time}. If @var{repeat} is a number