diff options
| author | Eli Zaretskii | 2025-05-16 15:02:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-16 15:02:58 +0300 |
| commit | 18e1aabbeaa284ef86a1d77de434dd2acde418c3 (patch) | |
| tree | 9692c5f40a140024d5e3760af7e56a9f4b7b7330 | |
| parent | c80fbe3f2355ab7182dcba98ed9717f0231aab00 (diff) | |
| download | emacs-18e1aabbeaa284ef86a1d77de434dd2acde418c3.tar.gz emacs-18e1aabbeaa284ef86a1d77de434dd2acde418c3.zip | |
; Improve documentation of the -L command-line option
* doc/emacs/cmdargs.texi (Action Arguments): Mention that '-L' is
in effect only after the init files are loaded.
| -rw-r--r-- | doc/emacs/cmdargs.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 7b74c42288e..7f3116c2929 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -146,6 +146,13 @@ appends (rather than prepends) the remainder to @code{load-path}. | |||
| 146 | (On MS Windows, use @samp{;} instead of @samp{:}; i.e., use | 146 | (On MS Windows, use @samp{;} instead of @samp{:}; i.e., use |
| 147 | the value of @code{path-separator}.) | 147 | the value of @code{path-separator}.) |
| 148 | 148 | ||
| 149 | Note that the changes to @code{load-path} as result of using this option | ||
| 150 | do @emph{not} affect the directories where Emacs looks for the site | ||
| 151 | startup file and the Lisp packages loaded by the user's early-init and | ||
| 152 | init files (@pxref{Init File}), because @code{load-path} is changed by | ||
| 153 | the @samp{-L} option @emph{after} these files are loaded and | ||
| 154 | interpreted. | ||
| 155 | |||
| 149 | @item -f @var{function} | 156 | @item -f @var{function} |
| 150 | @opindex -f | 157 | @opindex -f |
| 151 | @itemx --funcall=@var{function} | 158 | @itemx --funcall=@var{function} |