; * src/w32notify.c: Fix a typo in a comment.
This commit is contained in:
parent
3b9e60ba2f
commit
69c56cbe6e
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
and returns. That causes the WaitForSingleObjectEx function call
|
||||
inside watch_worker to return, but the thread won't terminate until
|
||||
the event telling to do so will be signaled. The completion
|
||||
routine issued another call to ReadDirectoryChangesW as quickly as
|
||||
possible. (Except when it does not, see below.)
|
||||
routine then issues another call to ReadDirectoryChangesW as quickly
|
||||
as possible. (Except when it does not, see below.)
|
||||
|
||||
In a GUI session, the WM_EMACS_FILENOTIFY message posted to the
|
||||
message queue gets dispatched to the main Emacs window procedure,
|
||||
|
|
Loading…
Add table
Reference in a new issue