From: Glenn Morris Date: Sat, 2 Nov 2013 23:36:32 +0000 (-0700) Subject: * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=881db7e0c4644fca4bd1bcd4edbbb71c353d50d5;p=emacs.git * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 55fbf5ca3a9..79047e3285b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,6 +1,6 @@ 2013-11-02 Glenn Morris - * cmdargs.texi (Action Arguments): Clarify that `-L' prepends. + * cmdargs.texi (Action Arguments): Clarify `-L' a bit. 2013-10-23 Glenn Morris diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 5c43b1ac85d..1ef6529f295 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -136,6 +136,9 @@ visited. @itemx --directory=@var{dir} @opindex --directory Prepend directory @var{dir} to the variable @code{load-path}. +If you specify multiple @samp{-L} options, Emacs preserves the +relative order; i.e., using @samp{-L /foo -L /bar} results in +a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}. @item -f @var{function} @opindex -f