summaryrefslogtreecommitdiff
path: root/lisp/timer.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/timer.el')
-rw-r--r--lisp/timer.el6
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)