From: Richard M. Stallman Date: Tue, 1 May 2007 21:55:26 +0000 (+0000) Subject: (Initial Options): Under --batch, mention --eval. X-Git-Tag: emacs-pretest-22.0.990~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1464f3b1376ee37029e9ecdd354362ad08cebb9e;p=emacs.git (Initial Options): Under --batch, mention --eval. --- diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 676d4cdf3b5..28bad72f0bf 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -215,8 +215,8 @@ and input. @itemx --batch Run Emacs in @dfn{batch mode}. Batch mode is used for running programs written in Emacs Lisp from shell scripts, makefiles, and so -on. You should also use the @samp{-l} option or @samp{-f} option, to -invoke a Lisp program to do batch processing. +on. You should also use the @samp{-l}, @samp{-f} or @samp{--eval} +option, to invoke a Lisp program to do batch processing. In batch mode, Emacs does not display the text being edited, and the standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c}