aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-05-16 15:02:58 +0300
committerEli Zaretskii2025-05-16 15:02:58 +0300
commit18e1aabbeaa284ef86a1d77de434dd2acde418c3 (patch)
tree9692c5f40a140024d5e3760af7e56a9f4b7b7330
parentc80fbe3f2355ab7182dcba98ed9717f0231aab00 (diff)
downloademacs-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.texi7
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
147the value of @code{path-separator}.) 147the value of @code{path-separator}.)
148 148
149Note that the changes to @code{load-path} as result of using this option
150do @emph{not} affect the directories where Emacs looks for the site
151startup file and the Lisp packages loaded by the user's early-init and
152init files (@pxref{Init File}), because @code{load-path} is changed by
153the @samp{-L} option @emph{after} these files are loaded and
154interpreted.
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}