Mercurial > emacs
changeset 77629:346831152250
(Initial Options): Under --batch, mention --eval.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 May 2007 21:55:26 +0000 |
parents | 880f0202a5b6 |
children | 46d272571a9f |
files | man/cmdargs.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/cmdargs.texi Tue May 01 20:48:06 2007 +0000 +++ b/man/cmdargs.texi Tue May 01 21:55:26 2007 +0000 @@ -215,8 +215,8 @@ @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}