aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-11-21 18:59:02 -0800
committerGlenn Morris2013-11-21 18:59:02 -0800
commit88fa559d2743522d709bab6ed179be5800d8c1bc (patch)
treed49a81b04f4ee54f14a9579a13bae565b0b65d95
parent7a7567d2bea13ef5ef8ad916be79ca8b2013bc1c (diff)
downloademacs-88fa559d2743522d709bab6ed179be5800d8c1bc.tar.gz
emacs-88fa559d2743522d709bab6ed179be5800d8c1bc.zip
* doc/lispref/loading.texi (Library Search): Minor clarification.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/loading.texi8
2 files changed, 9 insertions, 3 deletions
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 @@
12013-11-22 Glenn Morris <rgm@gnu.org>
2
3 * loading.texi (Library Search): Minor clarification.
4
12013-11-20 Leo Liu <sdl.web@gmail.com> 52013-11-20 Leo Liu <sdl.web@gmail.com>
2 6
3 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594) 7 * 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
270"/usr/local/share/emacs/@var{version}/lisp" 270"/usr/local/share/emacs/@var{version}/lisp"
271@end example 271@end example
272 272
273followed by a similarly named @file{leim} directory. These 273followed by a similarly named @file{leim} directory.
274directories contain the standard Lisp files that come with Emacs. 274(In this and the following examples, replace @file{/usr/local} with
275If Emacs cannot find them, it will not start correctly. 275the installation prefix appropriate for your Emacs.)
276These directories contain the standard Lisp files that come with
277Emacs. If Emacs cannot find them, it will not start correctly.
276 278
277If you run Emacs from the directory where it was built---that is, an 279If you run Emacs from the directory where it was built---that is, an
278executable that has not been formally installed---Emacs instead 280executable that has not been formally installed---Emacs instead