1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00

Fix typo in 'timerp' documentation

* doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation.
(Bug#32999)

Copyright-paperwork-exempt: yes
This commit is contained in:
Mauro Aranda 2018-10-09 18:20:53 -03:00 committed by Eli Zaretskii
parent 4cf1eb8062
commit 19f705c438

View file

@ -1766,7 +1766,7 @@ special object that stores the information about the next invocation
times and the function to invoke. times and the function to invoke.
@defun timerp object @defun timerp object
This predicate function returns non-@code{nil} of @code{object} is a This predicate function returns non-@code{nil} if @code{object} is a
timer. timer.
@end defun @end defun