From: Philipp Stephani Date: Tue, 22 May 2018 13:33:22 +0000 (+0200) Subject: ; * doc/os.texi (Batch Mode): use = after --eval X-Git-Tag: emacs-26.1~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52ccb24;p=emacs.git ; * doc/os.texi (Batch Mode): use = after --eval --- diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 396d7dd045c..ed73a1c0319 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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 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 -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, either using @code{message}, or using @code{prin1}, etc., with