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>
@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