Mercurial > emacs
diff man/cmdargs.texi @ 38870:d44abb4e68b2
Don't use "print" for displaying a message.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 20 Aug 2001 04:20:06 +0000 |
| parents | e5480b57a95f |
| children | cb9433671068 |
line wrap: on
line diff
--- a/man/cmdargs.texi Mon Aug 20 04:18:06 2001 +0000 +++ b/man/cmdargs.texi Mon Aug 20 04:20:06 2001 +0000 @@ -185,7 +185,7 @@ Run Emacs in @dfn{batch mode}, which means that the text being edited is not displayed and the standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c} continue to have their normal effect. Emacs in -batch mode outputs to @code{stderr} only what would normally be printed +batch mode outputs to @code{stderr} only what would normally be displayed in the echo area under program control, and functions which would normally read from the minibuffer take their input from @code{stdin}.
