[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 12629d2: Implement w32notify-valid-p
From: |
Michael Albinus |
Subject: |
Re: master 12629d2: Implement w32notify-valid-p |
Date: |
Mon, 14 Sep 2015 09:33:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> +DEFUN ("w32notify-valid-p", Fw32notify_valid_p, Sw32notify_valid_p, 1, 1, 0,
> + doc: /* "Check a watch specified by its WATCH-DESCRIPTOR for validity.
> +
> +WATCH-DESCRIPTOR should be an object returned by `w32notify-add-watch'.
> +
> +A watch can become invalid if the directory it watches is deleted, or if
> +the watcher thread exits abnormally for any other reason. */)
I believe a watch will also be invalid after calling `w32notify-rm-watch'.
Maybe it could be mentioned.
Best regards, Michael.