doc update for info.rkt files

specifically, mention that info.rkt files do
not provoke package conflicts
This commit is contained in:
John Clements 2017-04-20 14:19:53 -07:00 committed by Matthew Flatt
parent 608e6cc2a2
commit 473a3f5573

View File

@ -367,7 +367,8 @@ of the base Racket implementation. For example, any package that
contains @filepath{racket/list.rkt} is in conflict with Racket.
For the purposes of conflicts, a module is a file that ends in
@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}.
@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}, with the
exception of files named @filepath{info.rkt}.
@subsection[#:tag "concept:updates"]{Package Updates}