# HG changeset patch # User Mike Sperber # Date 1268909618 -3600 # Node ID 9c4bf82eaac2d68ac74b49adb25161a7f10b15d7 # Parent b0ab9aa48977c16339c83f3907f19f906febdd57 Reflect change from `lib' to `share' in docs. 2010-03-18 Mike Sperber * xemacs/startup.texi (Startup Paths): Reflect the (long-ago) change from `lib' to `share' for the architecture-independent directories. diff -r b0ab9aa48977 -r 9c4bf82eaac2 man/ChangeLog --- a/man/ChangeLog Mon Mar 15 16:38:03 2010 -0500 +++ b/man/ChangeLog Thu Mar 18 11:53:38 2010 +0100 @@ -1,3 +1,9 @@ +2010-03-18 Mike Sperber + + * xemacs/startup.texi (Startup Paths): Reflect the (long-ago) + change from `lib' to `share' for the architecture-independent + directories. + 2010-03-13 Ben Wing * internals/internals.texi (Working with Lisp Objects): diff -r b0ab9aa48977 -r 9c4bf82eaac2 man/xemacs/startup.texi --- a/man/xemacs/startup.texi Mon Mar 15 16:38:03 2010 -0500 +++ b/man/xemacs/startup.texi Thu Mar 18 11:53:38 2010 +0100 @@ -69,10 +69,10 @@ Moreover, XEmacs expects late hierarchies in the subdirectories @file{site-packages}, @file{mule-packages}, and @file{xemacs-packages} -(in that order) of the @file{/lib/xemacs} subdirectory of one of +(in that order) of the @file{/share/xemacs} subdirectory of one of the installation hierarchies. (If you run in-place, these are direct subdirectories of the build directory.) Furthermore, XEmacs will also -search these subdirectories in the @file{/lib/xemacs-} +search these subdirectories in the @file{/share/xemacs-} subdirectory and prefer directories found there. By default, XEmacs does not have a pre-configured last package @@ -113,12 +113,14 @@ @table @code @item version-specific @cindex version-specific directories -directories are specific to the version of XEmacs they belong to and -typically reside under @file{/lib/xemacs-}. +directories (such as @file{etc}, the @file{info} of the installed XEmacs +and its Lisp files in @file{lisp}) are specific to the version of XEmacs +they belong to and typically reside under +@file{/share/xemacs-}. @item site-specific @cindex site-specific directories -directories are independent of the version of XEmacs they belong to and -typically reside under @file{/lib/xemacs} +directories are independent of the version of XEmacs and +typically reside under @file{/share/xemacs}. @item architecture-specific @cindex architecture-specific directories directories are specific both to the version of XEmacs and the