Mercurial > emacs
diff lisp/=timer.el @ 2319:d98c49df2acd
Added or corrected Commentary section
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Mon, 22 Mar 1993 22:44:33 +0000 |
| parents | 3daa7f080f2b |
| children | 6ff9eee5cdc9 |
line wrap: on
line diff
--- a/lisp/=timer.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/=timer.el Mon Mar 22 22:44:33 1993 +0000 @@ -20,6 +20,12 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This package gives you the capability to run Emacs Lisp commands at +;; specified simes in the future, either as one-shots or periodically. +;; The single entry point is `run-at-time'. + ;;; Code: (defvar timer-process nil)
