diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-09 13:36:15 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-09 13:36:15 +1100 |
commit | 54b198af77449135980ce36fcfb42a5eea18c5c4 (patch) | |
tree | 985a0691bd550eede3727386ff89ec568ef3e352 /doc/lispref/os.texi | |
parent | c93cc660ac85db9e7932ffae6bd886034defffba (diff) | |
download | emacs-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.texi | 6 |
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 |