diff options
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r-- | lisp/filenotify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 5d37f39a70b..59a8c0e88aa 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -423,7 +423,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'." ;; TODO: ;; * Watching a /dir/file may receive events for dir. -;; (This may be the desired behaviour.) +;; (This may be the desired behavior.) ;; * Watching a file in an already watched directory ;; If the file is created and *then* a watch is added to that file, the ;; watch might receive events which occurred prior to it being created, |