From 9d03a591cffa27689aeeefe152e3c166dfa243f5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 29 Nov 2008 00:35:50 -0600 Subject: [PATCH] trivial doc for error-stream --- core/io/io-docs.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/io/io-docs.factor b/core/io/io-docs.factor index 43f66657a7..c55377e4a0 100644 --- a/core/io/io-docs.factor +++ b/core/io/io-docs.factor @@ -114,6 +114,9 @@ HELP: input-stream HELP: output-stream { $var-description "Holds an output stream for various implicit stream operations. Rebound using " { $link with-output-stream } " and " { $link with-output-stream* } "." } ; +HELP: error-stream +{ $var-description "Holds an error stream." } ; + HELP: readln { $values { "str/f" "a string or " { $link f } } } { $description "Reads a line of input from " { $link input-stream } ". Outputs " { $link f } " on stream exhaustion." }