diff options
| -rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1766 | times and the function to invoke. | 1766 | times and the function to invoke. |
| 1767 | 1767 | ||
| 1768 | @defun timerp object | 1768 | @defun timerp object |
| 1769 | This predicate function returns non-@code{nil} of @code{object} is a | 1769 | This predicate function returns non-@code{nil} if @code{object} is a |
| 1770 | timer. | 1770 | timer. |
| 1771 | @end defun | 1771 | @end defun |
| 1772 | 1772 | ||