X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info-1;h=f57d28daeff6f770d4392893a61a29a28e8261bf;hb=0b9baacd1e036a42e9298ebbc70af01ecd4c222f;hp=51dd8c1a23acd2d3ab31ca143a92b8019c49d4b0;hpb=f52a96980ed9280f8f906a20d4b899dc0b027644;p=chise%2Fxemacs-chise.git diff --git a/info/internals.info-1 b/info/internals.info-1 index 51dd8c1..f57d28d 100644 --- a/info/internals.info-1 +++ b/info/internals.info-1 @@ -1069,7 +1069,7 @@ function by setting its name as the value of the Lisp variable When the Lisp initialization code is done, the C code enters the event loop, and stays there for the duration of the XEmacs process. -The code for the event loop is contained in `keyboard.c', and is called +The code for the event loop is contained in `cmdloop.c', and is called `Fcommand_loop_1()'. Note that this event loop could very well be written in Lisp, and in fact a Lisp version exists; but apparently, doing this makes XEmacs run noticeably slower.