From 881db7e0c4644fca4bd1bcd4edbbb71c353d50d5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Nov 2013 16:36:32 -0700 Subject: [PATCH] * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit. --- doc/emacs/ChangeLog | 2 +- doc/emacs/cmdargs.texi | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2