diff man/xemacs/startup.texi @ 3179:15139dbf89f4

[xemacs-hg @ 2005-12-27 18:50:47 by michaels] This: 2005-11-25 Mike Sperber <mike@xemacs.org> * CHANGES-beta: * configure.ac: Zap --with-package-prefix; instead, add --with-user-packages/--with-early-packages, --with-system-packages/--with-late-packages, and --with-legacy-packages/--with-last-packages. ... and the changes that result from it throughout the code.
author michaels
date Tue, 27 Dec 2005 18:51:30 +0000
parents 473e76fb6d95
children 9c4bf82eaac2
line wrap: on
line diff
--- a/man/xemacs/startup.texi	Mon Dec 26 22:50:50 2005 +0000
+++ b/man/xemacs/startup.texi	Tue Dec 27 18:51:30 2005 +0000
@@ -82,15 +82,14 @@
 hierarchy.
 
 It is possible to specify at configure-time the location of the various
-package hierarchies with the @code{--package-path} option to configure.
+package directories with the @code{--with-user-packages} (an alias for
+@samp{--with-early-packages}), @code{--with-system-packages} (an alias
+for @samp{--with-late-packages}), and @code{--with-legacy-packages} (an
+alias for @samp{--with-last-packages}) options to configure.
 @cindex package path
-The early, late, and last components of the package path are separated
-by double instead of single colons.  If all three components are
-present, they locate the early, late, and last package hierarchies
-respectively.  If two components are present, they locate the early and
-late hierarchies.  If only one component is present, it locates the
-late hierarchy.  At run time, the package path may also be specified via
-the @code{EMACSPACKAGEPATH} environment variable.
+At run time, the package directories may also be specified via the
+@code{EMACSEARLYPACKAGES}, @code{EMACSLATEPACKAGES}, and
+@code{EMACSLASTPACKAGES} environment variables.
 
 An XEmacs package hierarchy is laid out just like a normal installed
 XEmacs directory.  It may have @file{lisp}, @file{etc}, @file{info}, and