Skip to content

Commit

Permalink
Clarify docstring for includet (#851)
Browse files Browse the repository at this point in the history
Fixes #804
  • Loading branch information
timholy authored Sep 26, 2024
1 parent 7a86ad1 commit 132b8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packagedef.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 132b8ab

Please sign in to comment.