# HG changeset patch # User Richard M. Stallman # Date 803586467 0 # Node ID 49a48bf414c77740caa0b4c40a45fa24de0de4b7 # Parent b55e6abc0f0e12cc5af45731bb1081ca9316cbf4 Fix up load-path example. diff -r b55e6abc0f0e -r 49a48bf414c7 lispref/loading.texi --- 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