[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 12629d2: Implement w32notify-valid-p
From: |
Eli Zaretskii |
Subject: |
Re: master 12629d2: Implement w32notify-valid-p |
Date: |
Mon, 14 Sep 2015 10:39:25 +0300 |
> From: Michael Albinus <address@hidden>
> Cc: Eli Zaretskii <address@hidden>
> Date: Mon, 14 Sep 2015 09:33:33 +0200
>
> 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.
It isn't mentioned in the inotify doc string. And it's self-evident,
I think.