X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Femodules.info;h=3ec19caeede1e6fb0bc476d093441fc5630cd68c;hp=9b95d110e5f6386650e158e66958341b51c6c44f;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/info/emodules.info b/info/emodules.info index 9b95d11..3ec19ca 100644 --- a/info/emodules.info +++ b/info/emodules.info @@ -84,7 +84,7 @@ ways than you can imagine, it does have its short-comings. Firstly, Elisp is an interpreted language, and this has serious speed implications. Like all other interpreted languages (like Java), Elisp is often suitable only for certain types of application or extension. -So although Elisp is a general purpose language, and very ligh level, +So although Elisp is a general purpose language, and very high level, there are times when it is desirable to descend to a lower level compiled language for speed purposes.