; * doc/os.texi (Batch Mode): use = after --eval
This commit is contained in:
parent
d65430f6cb
commit
52ccb24aba
1 changed files with 1 additions and 1 deletions
|
@ -2314,7 +2314,7 @@ to be outputting to an erasable screen. The idea is that you specify
|
||||||
Lisp programs to run; when they are finished, Emacs should exit. The
|
Lisp programs to run; when they are finished, Emacs should exit. The
|
||||||
way to specify the programs to run is with @samp{-l @var{file}}, which
|
way to specify the programs to run is with @samp{-l @var{file}}, which
|
||||||
loads the library named @var{file}, or @samp{-f @var{function}}, which
|
loads the library named @var{file}, or @samp{-f @var{function}}, which
|
||||||
calls @var{function} with no arguments, or @samp{--eval @var{form}}.
|
calls @var{function} with no arguments, or @samp{--eval=@var{form}}.
|
||||||
|
|
||||||
Any Lisp program output that would normally go to the echo area,
|
Any Lisp program output that would normally go to the echo area,
|
||||||
either using @code{message}, or using @code{prin1}, etc., with
|
either using @code{message}, or using @code{prin1}, etc., with
|
||||||
|
|
Loading…
Add table
Reference in a new issue