emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110423: Fixa typo in last commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110423: Fixa typo in last commit.
Date: Sun, 07 Oct 2012 16:54:01 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110423
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-07 16:54:01 +0200
message:
  Fixa typo in last commit.
modified:
  src/w32fns.c
=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2012-10-07 14:50:29 +0000
+++ b/src/w32fns.c      2012-10-07 14:54:01 +0000
@@ -2262,10 +2262,10 @@
    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. */
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]