summaryrefslogtreecommitdiff
path: root/doc/lispref/os.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-02-09 13:36:15 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-09 13:36:15 +1100
commit54b198af77449135980ce36fcfb42a5eea18c5c4 (patch)
tree985a0691bd550eede3727386ff89ec568ef3e352 /doc/lispref/os.texi
parentc93cc660ac85db9e7932ffae6bd886034defffba (diff)
downloademacs-54b198af77449135980ce36fcfb42a5eea18c5c4.tar.gz
emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.tar.bz2
emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.zip
Add a mode to list and cancel timers
* doc/lispref/os.texi (Timers): Menton `timer-list'. * lisp/emacs-lisp/timer-list.el: New file.
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r--doc/lispref/os.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index c5e3672a35a..d57cbcfeb94 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1849,6 +1849,12 @@ one of these functions; the arrival of the specified time will not
cause anything special to happen.
@end defun
+@findex timer-list
+The @code{timer-list} command lists all the currently active timers.
+There's only one command available in the buffer displayed: @kbd{c}
+(@code{timer-list-cancel}) that will cancel the timer on the line
+under point.
+
@node Idle Timers
@section Idle Timers
@cindex idle timers