projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf1eb8
)
Fix typo in 'timerp' documentation
author
Mauro Aranda
<maurooaranda@gmail.com>
Tue, 9 Oct 2018 21:20:53 +0000
(18:20 -0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 10 Oct 2018 03:27:03 +0000
(06:27 +0300)
* doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation.
(Bug#32999)
Copyright-paperwork-exempt: yes
doc/lispref/os.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/os.texi
b/doc/lispref/os.texi
index fd1cf638e78ed6da99dafb5e7565ef38f1a6fdde..e60a2c5a708abf9a7272a70770ea49824b3a3fc6 100644
(file)
--- 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}
o
f @code{object} is a
+This predicate function returns non-@code{nil}
i
f @code{object} is a
timer.
@end defun