diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-19 22:21:37 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-19 22:24:23 -0400 |
commit | 965cffd89cd5727c46a1b0999bef440f8e316742 (patch) | |
tree | 06ee1035dd3b0a56d91750de7ea5143060e560a7 /doc/lispref/os.texi | |
parent | a5fec62b519ae8c0a6528366ac8b71cd0c7ac52e (diff) | |
download | emacs-965cffd89cd5727c46a1b0999bef440f8e316742.tar.gz emacs-965cffd89cd5727c46a1b0999bef440f8e316742.tar.bz2 emacs-965cffd89cd5727c46a1b0999bef440f8e316742.zip |
Rename timer-list to list-timers
* doc/emacs/anti.texi (Antinews):
* doc/lispref/os.texi (Timers):
* etc/NEWS:
* lisp/emacs-lisp/timer-list.el:
(timer-list-mode): Rename timer-list to list-timers.
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 441fda5d825..af646ce40f4 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1885,8 +1885,8 @@ 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. +@findex list-timers +The @code{list-timers} 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. |