From 132b8ab4b9389fb36e1edd9aeb34f31e9476a6be Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Thu, 26 Sep 2024 05:29:33 -0500 Subject: [PATCH] Clarify docstring for `includet` (#851) Fixes #804 --- src/packagedef.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packagedef.jl b/src/packagedef.jl index 7061c7b9..6c9570c3 100644 --- a/src/packagedef.jl +++ b/src/packagedef.jl @@ -1018,7 +1018,7 @@ try fixing it with something like `push!(LOAD_PATH, "/path/to/my/private/repos") `includet` is deliberately non-recursive, so if `filename` loads any other files, they will not be automatically tracked. -(See [`Revise.track`](@ref) to set it up manually.) +(Call [`Revise.track`](@ref) manually on each file, if you've already `included`d all the code you need.) """ function includet(mod::Module, file) prev = Base.source_path(nothing)