> These variables are internal implementation details of how timers work > in Emacs. The ELisp manual documents the facilities available for > Lisp programs, I needed to access the list of the active timers from an elisp program.  Since timers are available from elisp, the list of timers should be  available too, like the list of buffers, etc. I was suprised that I did not find this in the manual. Since timers are part of the public elisp api, I expect timer lists also to be part of the public api.