X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Femodules.texi;h=538a72a7742b40d24a9651f0e2b11d558ea2bb42;hp=b1b250acd4a783a9f05e5b79623630b9474a7475;hb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4;hpb=041e98cf4c48018877365e3bfb37cfc09b54cc6d diff --git a/man/emodules.texi b/man/emodules.texi index b1b250a..538a72a 100644 --- a/man/emodules.texi +++ b/man/emodules.texi @@ -653,17 +653,17 @@ The above @file{Makefile} is, in fact, complete, and would compile the sample module, and optionally install it. The @code{--mod-location} argument to @code{ellcc} will produce, on the standard output, the base location of the @value{emacs} module directory. Each sub-directory of that -directory is automatically searched for for modules when they are loaded -with @code{load-module}. An alternative location would be -@file{/usr/local/lib/xemacs/site-modules}. That path can change -depending on the options the person who compiled @value{emacs} chose, so you -can always determine the correct site location using the -@code{--mod-site-location} option. This directory is treated the same -way as the main module directory. Each sub-directory within it is -searched for a given module when the user attempts to load it. The -valid extensions that the loader attempts to use are @file{.so}, -@file{.ell} and @file{.dll}. You can use any of these extensions, -although @file{.ell} is the preferred extension. +directory is automatically searched for modules when they are loaded with +@code{load-module}. An alternative location would be +@file{/usr/local/lib/xemacs/site-modules}. That path can change depending +on the options the person who compiled @value{emacs} chose, so you can +always determine the correct site location using the +@code{--mod-site-location} option. This directory is treated the same way +as the main module directory. Each sub-directory within it is searched for +a given module when the user attempts to load it. The valid extensions that +the loader attempts to use are @file{.so}, @file{.ell} and @file{.dll}. You +can use any of these extensions, although @file{.ell} is the preferred +extension. @node Link Mode, Other ellcc options, Initialization Mode, Using ellcc @section Link Mode