From 17917e7468f85af6691ed2de56650cede65b749a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Oct 2012 16:54:01 +0200 Subject: [PATCH] Fixa typo in last commit. --- src/w32fns.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/w32fns.c b/src/w32fns.c index 0dbeb232db9..db3b3e64b2d 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -2262,10 +2262,10 @@ unregister_hot_keys (HWND hwnd) w32_read_socket runs in the main (a.k.a. "Lisp") thread, and is called synchronously from keyboard.c when it is known or suspected that some input is available. w32_read_socket either handles - messages immediately, or converts them messages into Emacs input - events and stuffs them into kbd_buffer, where kbd_buffer_get_event - can get at them and process them when read_char and its callers - require input. */ + messages immediately, or converts them into Emacs input events and + stuffs them into kbd_buffer, where kbd_buffer_get_event can get at + them and process them when read_char and its callers require + input. */ /* Main message dispatch loop. */ -- 2.39.2