aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Aranda2018-10-09 18:20:53 -0300
committerEli Zaretskii2018-10-10 06:27:03 +0300
commit19f705c438034d10bd206c142faea83a02c8a885 (patch)
tree02deb43a9556b817ab4c7a67a5c19a6b8c208c68
parent4cf1eb8062d258338ceb83d5c0703f4000cd8181 (diff)
downloademacs-19f705c438034d10bd206c142faea83a02c8a885.tar.gz
emacs-19f705c438034d10bd206c142faea83a02c8a885.zip
Fix typo in 'timerp' documentation
* doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation. (Bug#32999) Copyright-paperwork-exempt: yes
-rw-r--r--doc/lispref/os.texi2
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
1766times and the function to invoke. 1766times and the function to invoke.
1767 1767
1768@defun timerp object 1768@defun timerp object
1769This predicate function returns non-@code{nil} of @code{object} is a 1769This predicate function returns non-@code{nil} if @code{object} is a
1770timer. 1770timer.
1771@end defun 1771@end defun
1772 1772