From 42626034c96c44c477e1ab04f1fcdc75d6af097b Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Fri, 19 Oct 2012 18:07:35 -0500 Subject: [PATCH] Don't promise the value of *file* in the REPL --- src/clj/clojure/core.clj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj index 17af1d7..e0840b6 100644 --- a/src/clj/clojure/core.clj +++ b/src/clj/clojure/core.clj @@ -5761,7 +5761,7 @@ (add-doc-and-meta *file* "The path of the file being evaluated, as a String. - Evaluates to nil when there is no file, eg. in the REPL." + When there is no file, e.g. in the REPL, the value is not defined." {:added "1.0"}) (add-doc-and-meta *command-line-args* -- 1.7.7.5 (Apple Git-26)