]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/os.texi (Batch Mode): use = after --eval
authorPhilipp Stephani <phst@google.com>
Tue, 22 May 2018 13:33:22 +0000 (15:33 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 22 May 2018 13:33:22 +0000 (15:33 +0200)
doc/lispref/os.texi

index 396d7dd045cf1e91211b9c795489dd56905539ab..ed73a1c0319ced10063dd2c5df0d4f29db23ecfa 100644 (file)
@@ -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