emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/timerfunctions 60cd956562: ; Fix typo


From: Stefan Kangas
Subject: [elpa] externals/timerfunctions 60cd956562: ; Fix typo
Date: Mon, 12 Dec 2022 18:07:29 -0500 (EST)

branch: externals/timerfunctions
commit 60cd95656248b616497d72c8e88581fe826f396a
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 timerfunctions.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/timerfunctions.el b/timerfunctions.el
index cd9e4f421d..d1c8f85de0 100644
--- a/timerfunctions.el
+++ b/timerfunctions.el
@@ -306,7 +306,7 @@ See `tf-test-timeout' for another example.
 
 Important Note: If the body of a loop tends to stay in a timeout
 inhibited region for most of the time, then make sure that the timeout
-enabled region atleast spans about 0.02 seconds.. thus, use (sleep-for
+enabled region at least spans about 0.02 seconds.. thus, use (sleep-for
 0.02) if needed.. this is because we check every 0.01 seconds if an
 uninhibited timeout condition has been satisfied.
 



reply via email to

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