diff options
| author | Dave Love | 2001-03-19 14:54:02 +0000 |
|---|---|---|
| committer | Dave Love | 2001-03-19 14:54:02 +0000 |
| commit | d70ba855bde44101cecd2a47027bc036ad2728c4 (patch) | |
| tree | c7312266ed14d11fd5ad5c78a051d1a5a622b27b | |
| parent | 61b23410328cce5b22b15d06b939dead453e2721 (diff) | |
| download | emacs-d70ba855bde44101cecd2a47027bc036ad2728c4.tar.gz emacs-d70ba855bde44101cecd2a47027bc036ad2728c4.zip | |
batch read from minibuffer
| -rw-r--r-- | lispref/os.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 2bc4ccb6f57..bd05d39cf44 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -1917,7 +1917,9 @@ calls @var{function} with no arguments. | |||
| 1917 | Any Lisp program output that would normally go to the echo area, | 1917 | Any Lisp program output that would normally go to the echo area, |
| 1918 | either using @code{message}, or using @code{prin1}, etc., with @code{t} | 1918 | either using @code{message}, or using @code{prin1}, etc., with @code{t} |
| 1919 | as the stream, goes instead to Emacs's standard error descriptor when | 1919 | as the stream, goes instead to Emacs's standard error descriptor when |
| 1920 | in batch mode. Thus, Emacs behaves much like a noninteractive | 1920 | in batch mode. Similarly, input that would normally come from the |
| 1921 | minibuffer is read from the standard input descriptor. | ||
| 1922 | Thus, Emacs behaves much like a noninteractive | ||
| 1921 | application program. (The echo area output that Emacs itself normally | 1923 | application program. (The echo area output that Emacs itself normally |
| 1922 | generates, such as command echoing, is suppressed entirely.) | 1924 | generates, such as command echoing, is suppressed entirely.) |
| 1923 | 1925 | ||