diff options
| author | Richard M. Stallman | 2007-05-01 21:55:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-01 21:55:26 +0000 |
| commit | 1464f3b1376ee37029e9ecdd354362ad08cebb9e (patch) | |
| tree | 812837e162ed4ab1a2c1c4b213cdc9eb480d945b | |
| parent | 531c0b149f40b2df50448ee57c789867852a6ba1 (diff) | |
| download | emacs-1464f3b1376ee37029e9ecdd354362ad08cebb9e.tar.gz emacs-1464f3b1376ee37029e9ecdd354362ad08cebb9e.zip | |
(Initial Options): Under --batch, mention --eval.
| -rw-r--r-- | man/cmdargs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. | |||
| 215 | @itemx --batch | 215 | @itemx --batch |
| 216 | Run Emacs in @dfn{batch mode}. Batch mode is used for running | 216 | Run Emacs in @dfn{batch mode}. Batch mode is used for running |
| 217 | programs written in Emacs Lisp from shell scripts, makefiles, and so | 217 | programs written in Emacs Lisp from shell scripts, makefiles, and so |
| 218 | on. You should also use the @samp{-l} option or @samp{-f} option, to | 218 | on. You should also use the @samp{-l}, @samp{-f} or @samp{--eval} |
| 219 | invoke a Lisp program to do batch processing. | 219 | option, to invoke a Lisp program to do batch processing. |
| 220 | 220 | ||
| 221 | In batch mode, Emacs does not display the text being edited, and the | 221 | In batch mode, Emacs does not display the text being edited, and the |
| 222 | standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c} | 222 | standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c} |