diff options
| author | Stefan Kangas | 2020-04-24 23:42:37 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-05-12 19:10:03 +0200 |
| commit | ee5c5daad5f8560d0107301b67b49daf7f523588 (patch) | |
| tree | 22bf27d86a9febf9fc38e1fb145f0bccd8d247b9 /doc | |
| parent | a2792ad54c310fdfabc8a9a8cf5bdf6c98a8ed20 (diff) | |
| download | emacs-ee5c5daad5f8560d0107301b67b49daf7f523588.tar.gz emacs-ee5c5daad5f8560d0107301b67b49daf7f523588.zip | |
Base timer-list-mode on tabulated-list-mode (Bug#40854)
* lisp/emacs-lisp/timer-list.el (list-timers)
(timer-list-mode): Inherit from 'tabulated-list-mode' instead of
'special-mode' and make the necessary changes to support that.
* doc/lispref/os.texi (Timers): Update documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 5c0b1e2edf0..8bf48b1dbba 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -2182,9 +2182,9 @@ cause anything special to happen. | |||
| 2182 | 2182 | ||
| 2183 | @findex list-timers | 2183 | @findex list-timers |
| 2184 | The @code{list-timers} command lists all the currently active timers. | 2184 | The @code{list-timers} command lists all the currently active timers. |
| 2185 | There's only one command available in the buffer displayed: @kbd{c} | 2185 | The command @kbd{c} (@code{timer-list-cancel}) will cancel the timer |
| 2186 | (@code{timer-list-cancel}) that will cancel the timer on the line | 2186 | on the line under point. You can sort the list by column using the |
| 2187 | under point. | 2187 | command @kbd{S} (@code{tabulated-list-sort}). |
| 2188 | 2188 | ||
| 2189 | @node Idle Timers | 2189 | @node Idle Timers |
| 2190 | @section Idle Timers | 2190 | @section Idle Timers |