diff --git a/Doc/lib/libintro.tex b/Doc/lib/libintro.tex index cc0fd868d53..a4bc67e2e37 100644 --- a/Doc/lib/libintro.tex +++ b/Doc/lib/libintro.tex @@ -43,6 +43,10 @@ read it like a novel --- you can also browse the table of contents (in front of the manual), or look for a specific function, module or term in the index (in the back). And finally, if you enjoy learning about random subjects, you choose a random page number (see module -\module{rand}) and read a section or two. +\refmodule{random}) and read a section or two. Regardless of the +order in which you read the sections of this manual, it helps to start +with chapter \ref{builtin}, ``Built-in Types, Exceptions and +Functions,'' as the remainder of the manual assumes familiarity with +this material. Let the show begin!