From: Mauro Aranda Date: Tue, 9 Oct 2018 21:20:53 +0000 (-0300) Subject: Fix typo in 'timerp' documentation X-Git-Tag: emacs-26.1.90~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19f705c438034d10bd206c142faea83a02c8a885;p=emacs.git Fix typo in 'timerp' documentation * doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation. (Bug#32999) Copyright-paperwork-exempt: yes --- diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index fd1cf638e78..e60a2c5a708 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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