diff options
| author | Lars Ingebrigtsen | 2016-02-09 13:36:15 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-09 13:36:15 +1100 |
| commit | 54b198af77449135980ce36fcfb42a5eea18c5c4 (patch) | |
| tree | 985a0691bd550eede3727386ff89ec568ef3e352 /doc | |
| parent | c93cc660ac85db9e7932ffae6bd886034defffba (diff) | |
| download | emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.tar.gz 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')
| -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 | |||
| 1849 | cause anything special to happen. | 1849 | cause anything special to happen. |
| 1850 | @end defun | 1850 | @end defun |
| 1851 | 1851 | ||
| 1852 | @findex timer-list | ||
| 1853 | The @code{timer-list} command lists all the currently active timers. | ||
| 1854 | There's only one command available in the buffer displayed: @kbd{c} | ||
| 1855 | (@code{timer-list-cancel}) that will cancel the timer on the line | ||
| 1856 | under point. | ||
| 1857 | |||
| 1852 | @node Idle Timers | 1858 | @node Idle Timers |
| 1853 | @section Idle Timers | 1859 | @section Idle Timers |
| 1854 | @cindex idle timers | 1860 | @cindex idle timers |