diff options
| author | Philipp Stephani | 2018-05-22 15:33:22 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2018-05-22 15:33:22 +0200 |
| commit | 52ccb24aba8d5b2cda89aa48fb1c813bec5e2321 (patch) | |
| tree | 45025c740e564976883994fe3abc82f4cc993df4 | |
| parent | d65430f6cb48d009c28cc27c5171f6fc82c79663 (diff) | |
| download | emacs-52ccb24aba8d5b2cda89aa48fb1c813bec5e2321.tar.gz emacs-52ccb24aba8d5b2cda89aa48fb1c813bec5e2321.zip | |
; * doc/os.texi (Batch Mode): use = after --eval
| -rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 2314 | Lisp programs to run; when they are finished, Emacs should exit. The | 2314 | Lisp programs to run; when they are finished, Emacs should exit. The |
| 2315 | way to specify the programs to run is with @samp{-l @var{file}}, which | 2315 | way to specify the programs to run is with @samp{-l @var{file}}, which |
| 2316 | loads the library named @var{file}, or @samp{-f @var{function}}, which | 2316 | loads the library named @var{file}, or @samp{-f @var{function}}, which |
| 2317 | calls @var{function} with no arguments, or @samp{--eval @var{form}}. | 2317 | calls @var{function} with no arguments, or @samp{--eval=@var{form}}. |
| 2318 | 2318 | ||
| 2319 | Any Lisp program output that would normally go to the echo area, | 2319 | Any Lisp program output that would normally go to the echo area, |
| 2320 | either using @code{message}, or using @code{prin1}, etc., with | 2320 | either using @code{message}, or using @code{prin1}, etc., with |