diff options
| author | Richard M. Stallman | 2005-06-06 12:52:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-06 12:52:53 +0000 |
| commit | 227c36fba6555223daf647c7c83d989ca3885965 (patch) | |
| tree | efc811b42337f4ae5d676d1770dd0ae30aed9206 | |
| parent | dce16363d3c65f0e2e5b8cd70e6b929687e69021 (diff) | |
| download | emacs-227c36fba6555223daf647c7c83d989ca3885965.tar.gz emacs-227c36fba6555223daf647c7c83d989ca3885965.zip | |
(Action Arguments): Clarify directory default for -l.
| -rw-r--r-- | man/cmdargs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index e47a66bcf91..5094a924cc7 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -119,6 +119,10 @@ the library can be found either in the current directory, or in the | |||
| 119 | Emacs library search path as specified with @env{EMACSLOADPATH} | 119 | Emacs library search path as specified with @env{EMACSLOADPATH} |
| 120 | (@pxref{General Variables}). | 120 | (@pxref{General Variables}). |
| 121 | 121 | ||
| 122 | @strong{Warning:} If previous command-line arguments have visited | ||
| 123 | files, the current directory is the directory of the last file | ||
| 124 | visited. | ||
| 125 | |||
| 122 | @item -L @var{dir} | 126 | @item -L @var{dir} |
| 123 | @opindex -L | 127 | @opindex -L |
| 124 | @itemx --directory=@var{dir} | 128 | @itemx --directory=@var{dir} |