diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-04 22:57:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-04 22:57:24 -0700 |
commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/emacs-lisp/timer.el | |
parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/timer.el')
-rw-r--r-- | lisp/emacs-lisp/timer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 494d8a87e0e..08b8ced9860 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el @@ -204,7 +204,7 @@ timers). If nil, allocate a new cell." "Insert TIMER into `timer-idle-list'. This arranges to activate TIMER whenever Emacs is next idle. If optional argument DONT-WAIT is non-nil, set TIMER to activate -immediately \(see beloe\), or at the right time, if Emacs is +immediately \(see below\), or at the right time, if Emacs is already idle. REUSE-CELL, if non-nil, is a cons cell to reuse when inserting |