diff options
-rw-r--r-- | src/clj/clojure/core.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj index d27ba3fe..04f372e9 100644 --- a/src/clj/clojure/core.clj +++ b/src/clj/clojure/core.clj @@ -5798,8 +5798,8 @@ opts)) (defn slurp - "Reads the file named by f using the encoding enc into a string - and returns it." + "Opens a reader on f and reads all its contents, returning a string. + See clojure.java.io/reader for a complete list of supported arguments." {:added "1.0"} ([f & opts] (let [opts (normalize-slurp-opts opts) |