diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
| commit | c91c4e6d7f2287a65bec3fd1b93997f518a5c4ea (patch) | |
| tree | a1b00d5c22fc9239a0331c7bbc9d711a65644138 /lisp/timer.el | |
| parent | a100548014c325e06d360997c9a305932d909cfc (diff) | |
| download | emacs-c91c4e6d7f2287a65bec3fd1b93997f518a5c4ea.tar.gz | |
Added or corrected Commentary section
Diffstat (limited to 'lisp/timer.el')
| -rw-r--r-- | lisp/timer.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/timer.el b/lisp/timer.el index 8e0b5a3c7eb..62d13f11624 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -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) |
