emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a6a0e85 1/2: ; Fix typo in filenotify-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master a6a0e85 1/2: ; Fix typo in filenotify-tests.el
Date: Fri, 2 Aug 2019 14:14:36 -0400 (EDT)

branch: master
commit a6a0e857d4d23726a6f3a90d85e43fd6061e296e
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix typo in filenotify-tests.el
---
 test/lisp/filenotify-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 3d2f6e6..2027299 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -1397,7 +1397,7 @@ the file watch."
         ;; active.  We receive the `deleted' event from both the
         ;; directory and the file monitor.  The `stopped' event is
         ;; from the file monitor.  It's undecided in which order the
-        ;; the directory and the file monitor are triggered.
+        ;; directory and the file monitor are triggered.
         (file-notify--test-with-actions '(:random deleted deleted stopped)
           (delete-file file-notify--test-tmpfile1))
         (should (file-notify-valid-p file-notify--test-desc1))



reply via email to

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