diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-06-07 05:23:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-06-07 05:23:57 +0200 |
commit | a0eb10b32a013091db685f46f64a78917a40b8ca (patch) | |
tree | 5ad3ad28ac5ec7dc2d2fb5cb90902daa337310fb /src/w32notify.c | |
parent | 5f8015a6fef433b1fa407611e6aef4369ce5e8a2 (diff) |
Fix typos.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r-- | src/w32notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32notify.c b/src/w32notify.c index 1bcaa79456..be03a6ce45 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -39,7 +39,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ return, and watch_worker then issues another call to ReadDirectoryChangesW. (Except when it does not, see below.) - In a GUI session, The WM_EMACS_FILENOTIFY message, posted to the + In a GUI session, the WM_EMACS_FILENOTIFY message posted to the message queue gets dispatched to the main Emacs window procedure, which queues it for processing by w32_read_socket. When w32_read_socket sees this message, it accesses the buffer with file |