From: Eli Zaretskii Date: Tue, 2 Jul 2013 16:32:03 +0000 (+0300) Subject: Update commentary in w32notify.c. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=102ae68de45940b2d3524b6e166301fdae9652e7;p=emacs.git Update commentary in w32notify.c. --- diff --git a/src/w32notify.c b/src/w32notify.c index be03a6ce45f..95ab298f2d3 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -59,7 +59,7 @@ along with GNU Emacs. If not, see . */ When the FILE_NOTIFY_EVENT event is processed by keyboard.c's kbd_buffer_get_event, it is converted to a Lispy event that can be - bound to a command. The default binding is w32notify-handle-event, + bound to a command. The default binding is file-notify-handle-event, defined on subr.el. After w32_read_socket or w32_console_read_socket are done