From: Glenn Morris Date: Fri, 22 Nov 2013 02:59:02 +0000 (-0800) Subject: * doc/lispref/loading.texi (Library Search): Minor clarification. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88fa559d2743522d709bab6ed179be5800d8c1bc;p=emacs.git * doc/lispref/loading.texi (Library Search): Minor clarification. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 16ee55a173c..8a082a851c9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-11-22 Glenn Morris + + * loading.texi (Library Search): Minor clarification. + 2013-11-20 Leo Liu * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594) diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 07dbce21cb2..38a73b4e296 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -270,9 +270,11 @@ is a directory something like "/usr/local/share/emacs/@var{version}/lisp" @end example -followed by a similarly named @file{leim} directory. These -directories contain the standard Lisp files that come with Emacs. -If Emacs cannot find them, it will not start correctly. +followed by a similarly named @file{leim} directory. +(In this and the following examples, replace @file{/usr/local} with +the installation prefix appropriate for your Emacs.) +These directories contain the standard Lisp files that come with +Emacs. If Emacs cannot find them, it will not start correctly. If you run Emacs from the directory where it was built---that is, an executable that has not been formally installed---Emacs instead