changeset 12315:49a48bf414c7

Fix up load-path example.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Jun 1995 18:27:47 +0000
parents b55e6abc0f0e
children 459ad0d54bef
files lispref/loading.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/loading.texi	Mon Jun 19 17:10:10 1995 +0000
+++ b/lispref/loading.texi	Mon Jun 19 18:27:47 1995 +0000
@@ -161,7 +161,7 @@
 (setq load-path
       (append (list nil "/user/bil/emacs"
                     "/usr/local/lisplib"
-                    (expand-file-name "~/emacs"))
+                    "~/emacs")
               load-path))
 @end group
 @end smallexample
@@ -169,8 +169,8 @@
 @c Wordy to rid us of an overfull hbox.  --rjc 15mar92
 @noindent
 In this example, the path searches the current working directory first,
-followed then by the @file{/user/bil/emacs} directory and then by
-the @file{/usr/local/lisplib} directory,
+followed then by the @file{/user/bil/emacs} directory, the
+@file{/usr/local/lisplib} directory, and the @file{~/emacs} directory,
 which are then followed by the standard directories for Lisp code.
 
 The command line options @samp{-l} or @samp{-load} specify a Lisp