# HG changeset patch # User Kim F. Storm # Date 1156107446 0 # Node ID bacf0e610ccc3d4f88990c0c5f2a9cfd07107ee4 # Parent 2fee33a062da13a08d6c7d3ce0a90ac3e1cf0277 Tiny typo. diff -r 2fee33a062da -r bacf0e610ccc lispref/os.texi --- a/lispref/os.texi Sun Aug 20 18:14:50 2006 +0000 +++ b/lispref/os.texi Sun Aug 20 20:57:26 2006 +0000 @@ -1487,7 +1487,7 @@ @section Idle Timers Here is how to set up a timer that runs when Emacs is idle for a -certain length of time. Aside from how to set them nup, idle timers +certain length of time. Aside from how to set them up, idle timers work just like ordinary timers. @deffn Command run-with-idle-timer secs repeat function &rest args @@ -1561,7 +1561,7 @@ (when @var{taking-a-break} (setq resume-timer (run-with-idle-timer - ;; Compute an idle time @var{break-length} + ;; Compute an idle time @var{break-length} ;; more than the current value. (time-add (current-idle-time) (seconds-to-time @var{break-length}))