Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/emacs-lisp/timer.el

    r4161 r4169  
    301301 
    302302(defvar timer-max-repeats 10 
    303   "*Maximum number of times to repeat a timer, if real time jumps.") 
     303  "*Maximum number of times to repeat a timer, if many repeats are delayed. 
     304Timer invocations can be delayed because Emacs is suspended or busy, 
     305or because the system's time changes.  If such an occurrence makes it 
     306appear that many invocations are overdue, this variable controls 
     307how many will really happen.") 
    304308 
    305309(defun timer-until (timer time)