]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:36:32 +0000 (16:36 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:36:32 +0000 (16:36 -0700)
doc/emacs/ChangeLog
doc/emacs/cmdargs.texi

index 55fbf5ca3a923d0cd41db90cf6d61c2c8d882fff..79047e3285b92809d5e9299b3f4694074fb540a3 100644 (file)
@@ -1,6 +1,6 @@
 2013-11-02  Glenn Morris  <rgm@gnu.org>
 
-       * cmdargs.texi (Action Arguments): Clarify that `-L' prepends.
+       * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
 
 2013-10-23  Glenn Morris  <rgm@gnu.org>
 
index 5c43b1ac85d1ac0c35eaaecdc7ee6fa3097811c8..1ef6529f2959415202d528eb5d6e7864cacef105 100644 (file)
@@ -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