Skip to content

Commit

Permalink
Correct default use of skip_include in includet docstring (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk authored Sep 13, 2023
1 parent 2cb3b99 commit 6b9b6bd
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 @@ -985,7 +985,7 @@ This can be automated using [`entr`](@ref).
`includet` is essentially shorthand for
Revise.track(Main, filename; mode=:eval, skip_include=false)
Revise.track(Main, filename; mode=:includet, skip_include=true)
Do *not* use `includet` for packages, as those should be handled by `using` or `import`.
If `using` and `import` aren't working, you may have packages in a non-standard location;
Expand Down

0 comments on commit 6b9b6bd

Please sign in to comment.