Make internal module references hyperlinks wherever it makes sense.

This commit is contained in:
Fred Drake 1999-04-22 21:23:22 +00:00
parent 7b8b125fa6
commit ffbe68723a
21 changed files with 103 additions and 100 deletions

View file

@ -1,13 +1,13 @@
\section{\module{string} ---
Common string operations.}
\declaremodule{standard}{string}
Common string operations}
\declaremodule{standard}{string}
\modulesynopsis{Common string operations.}
This module defines some constants useful for checking character
classes and some useful string functions. See the module
\module{re}\refstmodindex{re} for string functions based on regular
\refmodule{re}\refstmodindex{re} for string functions based on regular
expressions.
The constants defined in this module are are: