]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)
src/process.c

index f2c2ddf3e144c3e10e1d52e11cef118de7ca93f1..857d7494c698556f1f91445fe71a675ae0f6c24d 100644 (file)
@@ -5160,7 +5160,7 @@ read_process_output (proc, channel)
 #endif
        /* But do it only if the caller is actually going to read events.
           Otherwise there's no need to make him wake up, and it could
-          cause trouble (for example it would make Fsit_for return).  */
+          cause trouble (for example it would make sit_for return).  */
        if (waiting_for_user_input_p == -1)
          record_asynch_buffer_change ();
 
@@ -6607,7 +6607,7 @@ exec_sentinel (proc, reason)
 #endif
     /* But do it only if the caller is actually going to read events.
        Otherwise there's no need to make him wake up, and it could
-       cause trouble (for example it would make Fsit_for return).  */
+       cause trouble (for example it would make sit_for return).  */
     if (waiting_for_user_input_p == -1)
       record_asynch_buffer_change ();