From c1b2cd77cf0f43439cf0990bd43701098f1c03f5 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Fri, 28 Aug 2015 22:46:07 -0400 Subject: [PATCH] Correct docstring for @__FILE__ ref #12727 --- base/docs/helpdb.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/docs/helpdb.jl b/base/docs/helpdb.jl index 4facd5c498399..546f5f5961787 100644 --- a/base/docs/helpdb.jl +++ b/base/docs/helpdb.jl @@ -9929,8 +9929,7 @@ keywords[symbol("@__FILE__")] = doc""" @__FILE__() -> AbstractString -`@__FILE__` expands to a string with the absolute path and file name of the script being run. -Returns `"none"` if run from a REPL or command-line context. +`@__FILE__` expands to a string with the absolute path and file name of the script being run. Returns `nothing` if run from a REPL or an empty string if evaluated by `julia -e `. """ keywords[symbol("@__LINE__")] = doc"""