aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-07-26 16:11:16 +0300
committerEli Zaretskii2024-07-26 16:11:16 +0300
commit5c08cd4e7c38248ae455e3a55aa1d3f49a3d2894 (patch)
tree5e662b5a29628893fdde098252ab2d6a8490d838
parent309d0a718644385eb73f40c5eaa967e9b1548353 (diff)
downloademacs-5c08cd4e7c38248ae455e3a55aa1d3f49a3d2894.tar.gz
emacs-5c08cd4e7c38248ae455e3a55aa1d3f49a3d2894.zip
; * doc/emacs/cmdargs.texi (Initial Options): Fix last change.
-rw-r--r--doc/emacs/cmdargs.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index cd7d2be6d2f..ba4b45d272b 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -354,13 +354,13 @@ Specify the directory to use when looking for the Emacs init files.
354Note that this merely overrides the value of 354Note that this merely overrides the value of
355@file{user-emacs-directory}, the directory which Emacs usually 355@file{user-emacs-directory}, the directory which Emacs usually
356determines as side effect of searching for your init file (@pxref{Find 356determines as side effect of searching for your init file (@pxref{Find
357Init}), but does not change the search for the init file. In 357Init}), but does not change the search for the @file{~/.emacs} init
358particular, if there's no init file in the directory named by this 358file. In particular, if there's no @file{init.el} file in the directory
359option, Emacs will find and use the init file it would have used without 359named by this option, Emacs will find and use @file{init.el} it would
360this option (but will search for your other per-user Emacs files in the 360have used without this option (but will search for your other per-user
361directory specified by this option). If you want to force Emacs to use 361Emacs files in the directory specified by this option). If you want to
362the init file in this directory, make sure it exists there before 362force Emacs to use @file{init.el} file in this directory, make sure it
363starting Emacs with this option. 363exists there before starting Emacs with this option.
364 364
365@item --no-splash 365@item --no-splash
366@opindex --no-splash 366@opindex --no-splash