changeset 72462:bacf0e610ccc

Tiny typo.
author Kim F. Storm <storm@cua.dk>
date Sun, 20 Aug 2006 20:57:26 +0000
parents 2fee33a062da
children c1f4fd769a94
files lispref/os.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}))