Resorted; add some missing Morohashi's Daikanwa characters; add
[chise/xemacs-chise.git-] / man / emodules.texi
index f6afa99..5ca73df 100644 (file)
 @ifset XEMACS
 @set emacs XEmacs
 @clear EMACS
-@set HAVE_EMACS
+@set HAVE-EMACS
 @end ifset
 
 @ifset EMACS
 @set emacs Emacs
 @clear XEMACS
-@set HAVE_EMACS
+@set HAVE-EMACS
 @end ifset
 
-@ifclear HAVE_EMACS
+@ifclear HAVE-EMACS
 @set XEMACS
 @set emacs XEmacs
 @end ifclear
@@ -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