diff --git a/lib/package.gd b/lib/package.gd
index cc1de684f0..fc2cb2ac9a 100644
--- a/lib/package.gd
+++ b/lib/package.gd
@@ -910,6 +910,12 @@ DeclareGlobalFunction( "LoadAllPackages" );
## contained in the PackageInfo.g file at pkgpath instead,
## such that only the version installed at pkgpath can be loaded
## with .
+##
+## One should call immediately before loading
+## the package in question.
+## Note that calling or
+## may change the available versions
+## of the package pkgname.
##
##
## <#/GAPDoc>