/[emacs]/emacs/lisp/timer.el
ViewVC logotype

Diff of /emacs/lisp/timer.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by lektu, Fri Jul 12 11:56:30 2002 UTC revision 1.27 by lektu, Tue Jul 16 06:43:06 2002 UTC
# Line 45  Line 45 
45  (defun timer-set-time (timer time &optional delta)  (defun timer-set-time (timer time &optional delta)
46    "Set the trigger time of TIMER to TIME.    "Set the trigger time of TIMER to TIME.
47  TIME must be in the internal format returned by, e.g., `current-time'.  TIME must be in the internal format returned by, e.g., `current-time'.
48  If optional third argument DELTA is a non-zero integer, make the timer  If optional third argument DELTA is a positive number, make the timer
49  fire repeatedly that many seconds apart."  fire repeatedly that many seconds apart."
50    (or (timerp timer)    (or (timerp timer)
51        (error "Invalid timer"))        (error "Invalid timer"))
# Line 140  SECS may be a fraction." Line 140  SECS may be a fraction."
140    "Set the trigger time of TIMER to TIME plus USECS.    "Set the trigger time of TIMER to TIME plus USECS.
141  TIME must be in the internal format returned by, e.g., `current-time'.  TIME must be in the internal format returned by, e.g., `current-time'.
142  The microsecond count from TIME is ignored, and USECS is used instead.  The microsecond count from TIME is ignored, and USECS is used instead.
143  If optional fourth argument DELTA is a non-zero integer, make the timer  If optional fourth argument DELTA is a positive number, make the timer
144  fire repeatedly that many seconds apart."  fire repeatedly that many seconds apart."
145    (or (timerp timer)    (or (timerp timer)
146        (error "Invalid timer"))        (error "Invalid timer"))

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26