From: Eli Zaretskii Date: Sun, 7 Oct 2012 14:54:01 +0000 (+0200) Subject: Fixa typo in last commit. X-Git-Tag: emacs-24.2.90~237^2~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17917e7468f85af6691ed2de56650cede65b749a;p=emacs.git Fixa typo in last commit. --- 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. */