Mercurial > emacs
changeset 71762:f3f2486cf6bc
Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 10 Jul 2006 18:51:42 +0000 |
parents | 1055c0769159 |
children | bedc73f663be |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Mon Jul 10 18:51:31 2006 +0000 +++ b/src/process.c Mon Jul 10 18:51:42 2006 +0000 @@ -5160,7 +5160,7 @@ #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 @@ #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 ();