diff options
| author | Glenn Morris | 2013-11-02 16:36:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 16:36:32 -0700 |
| commit | 881db7e0c4644fca4bd1bcd4edbbb71c353d50d5 (patch) | |
| tree | 4aa38af401f4ba019535ce5d727e6e3ae9f1a59d | |
| parent | 1ba6984e4247719ffc8f89fff2527f1b27935a7d (diff) | |
| download | emacs-881db7e0c4644fca4bd1bcd4edbbb71c353d50d5.tar.gz emacs-881db7e0c4644fca4bd1bcd4edbbb71c353d50d5.zip | |
* doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 3 |
2 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cmdargs.texi (Action Arguments): Clarify that `-L' prepends. | 3 | * cmdargs.texi (Action Arguments): Clarify `-L' a bit. |
| 4 | 4 | ||
| 5 | 2013-10-23 Glenn Morris <rgm@gnu.org> | 5 | 2013-10-23 Glenn Morris <rgm@gnu.org> |
| 6 | 6 | ||
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. | |||
| 136 | @itemx --directory=@var{dir} | 136 | @itemx --directory=@var{dir} |
| 137 | @opindex --directory | 137 | @opindex --directory |
| 138 | Prepend directory @var{dir} to the variable @code{load-path}. | 138 | Prepend directory @var{dir} to the variable @code{load-path}. |
| 139 | If you specify multiple @samp{-L} options, Emacs preserves the | ||
| 140 | relative order; i.e., using @samp{-L /foo -L /bar} results in | ||
| 141 | a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}. | ||
| 139 | 142 | ||
| 140 | @item -f @var{function} | 143 | @item -f @var{function} |
| 141 | @opindex -f | 144 | @opindex -f |