1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00: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.
@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.
@end defun