; * doc/emacs/cmdargs.texi (Initial Options): Fix last change.

This commit is contained in:
Eli Zaretskii 2023-11-21 14:40:27 +02:00
parent fd76a80864
commit a7b3c92373

View file

@ -280,10 +280,7 @@ an Emacs Lisp backtrace being printed. To disable this behavior, set
@opindex --script @opindex --script
@cindex script mode @cindex script mode
Run Emacs in batch mode, like @samp{--batch}, and then read and Run Emacs in batch mode, like @samp{--batch}, and then read and
execute the Lisp code in @var{file}. Note that when Emacs reads the execute the Lisp code in @var{file}.
Lisp code in this case, it ignores any file-local variables
(@pxref{Specifying File Variables}), both in the first line and in a
local-variables section near the end of the file.
The normal use of this option is in executable script files that run The normal use of this option is in executable script files that run
Emacs. They can start with this text on the first line Emacs. They can start with this text on the first line
@ -312,8 +309,9 @@ This is like @samp{--script}, but suppresses loading the init files
reaches the end of the script, it exits Emacs and uses the value of reaches the end of the script, it exits Emacs and uses the value of
the final form as the exit value from the script (if the final value the final form as the exit value from the script (if the final value
is numerical). Otherwise, it will always exit with a zero value. is numerical). Otherwise, it will always exit with a zero value.
Note that, like with @samp{--script}, Emacs ignores file-local Note that when Emacs reads the Lisp code in this case, it ignores any
variables in the script. file-local variables (@pxref{Specifying File Variables}), both in the
first line and in a local-variables section near the end of the file.
@item --no-build-details @item --no-build-details
@opindex --no-build-details @opindex --no-build-details