X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Femodules.texi;h=5ca73dfde98ad9adf037447ece13333fb8a1e093;hb=1901576713f07eb5a3ef7e31fee05f6424e12dd0;hp=3ec9d630c2d610d1ea6ff4f8d2cffb730a54c164;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8;p=chise%2Fxemacs-chise.git- diff --git a/man/emodules.texi b/man/emodules.texi index 3ec9d63..5ca73df 100644 --- a/man/emodules.texi +++ b/man/emodules.texi @@ -160,7 +160,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. @@ -438,9 +438,9 @@ However, if it does have dependnacies, it must call @example @cartouche -int emodules_load (CONST char *module, - CONST char *modname, - CONST char *modver) +int emodules_load (const char *module, + const char *modname, + const char *modver) @end cartouche @end example