diff options
Diffstat (limited to 'test/lisp/filenotify-tests.el')
-rw-r--r-- | test/lisp/filenotify-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index d82e2dae7aa..724cd63e222 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -1590,8 +1590,8 @@ the file watch." (unwind-protect (progn (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message) - ;; Some systems, like MS Windows w/o sufficient privileges, do - ;; not allow creation of symbolic links. + ;; Some systems, like MS Windows without sufficient + ;; privileges, do not allow creation of symbolic links. (condition-case nil (make-symbolic-link file-notify--test-tmpfile1 file-notify--test-tmpfile) |