emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 19f705c: Fix typo in 'timerp' documentation


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 19f705c: Fix typo in 'timerp' documentation
Date: Tue, 9 Oct 2018 23:28:47 -0400 (EDT)

branch: emacs-26
commit 19f705c438034d10bd206c142faea83a02c8a885
Author: Mauro Aranda <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix typo in 'timerp' documentation
    
    * doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation.
    (Bug#32999)
    
    Copyright-paperwork-exempt: yes
---
 doc/lispref/os.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index fd1cf63..e60a2c5 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 address@hidden of @code{object} is a
+This predicate function returns address@hidden if @code{object} is a
 timer.
 @end defun
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]