1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

* doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.

This commit is contained in:
Glenn Morris 2013-11-02 16:36:32 -07:00
parent 1ba6984e42
commit 881db7e0c4
2 changed files with 4 additions and 1 deletions

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

View 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