Mercurial > hg > xemacs-beta
diff lisp/itimer.el @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 023b83f4e54b |
line wrap: on
line diff
--- a/lisp/itimer.el Mon Aug 13 11:36:20 2007 +0200 +++ b/lisp/itimer.el Mon Aug 13 11:37:21 2007 +0200 @@ -167,7 +167,7 @@ (defun itimer-live-p (object) "Return non-nil if OBJECT is an itimer and is active. ``Active'' means Emacs will run it when it expires. -`activate-timer' must be called on an itimer to make it active. +`activate-itimer' must be called on an itimer to make it active. Itimers started with `start-itimer' are automatically active." (and (itimerp object) (memq object itimer-list)))