aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32notify.c
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-02 19:32:03 +0300
committerEli Zaretskii2013-07-02 19:32:03 +0300
commit102ae68de45940b2d3524b6e166301fdae9652e7 (patch)
tree5e4b95ceb77de5c9f7ac6bd850a75e2881a7929a /src/w32notify.c
parentbcffb5caf88767615b86aea7372b56c29dadfbc9 (diff)
downloademacs-102ae68de45940b2d3524b6e166301fdae9652e7.tar.gz
emacs-102ae68de45940b2d3524b6e166301fdae9652e7.zip
Update commentary in w32notify.c.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r--src/w32notify.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
59 59
60 When the FILE_NOTIFY_EVENT event is processed by keyboard.c's 60 When the FILE_NOTIFY_EVENT event is processed by keyboard.c's
61 kbd_buffer_get_event, it is converted to a Lispy event that can be 61 kbd_buffer_get_event, it is converted to a Lispy event that can be
62 bound to a command. The default binding is w32notify-handle-event, 62 bound to a command. The default binding is file-notify-handle-event,
63 defined on subr.el. 63 defined on subr.el.
64 64
65 After w32_read_socket or w32_console_read_socket are done 65 After w32_read_socket or w32_console_read_socket are done