summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-29 18:42:18 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-29 18:42:18 (GMT)
commit673c65e5007a6fabf261c476c2b692ec9f0747e6 (patch)
tree48802e25f4586dbfdf07c70cf98e05ebd138395f /Doc/lib/libfl.tex
parentdbf7d99ae70fe436e69f1af5dfcc466f18ca953e (diff)
downloadcpython-673c65e5007a6fabf261c476c2b692ec9f0747e6.zip
cpython-673c65e5007a6fabf261c476c2b692ec9f0747e6.tar.gz
cpython-673c65e5007a6fabf261c476c2b692ec9f0747e6.tar.bz2
Use the new module-key for the FL module when hyperlinking (the old
one caused problems on case-insensitive file systems).
Diffstat (limited to 'Doc/lib/libfl.tex')
-rw-r--r--Doc/lib/libfl.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex
index 127e397..26133fd 100644
--- a/Doc/lib/libfl.tex
+++ b/Doc/lib/libfl.tex
@@ -14,7 +14,8 @@ with version 2.0b.
Most functions are literal translations of their C equivalents,
dropping the initial \samp{fl_} from their name. Constants used by
-the library are defined in module \refmodule{FL} described below.
+the library are defined in module \refmodule[fl-constants]{FL}
+described below.
The creation of objects is a little different in Python than in C:
instead of the `current form' maintained by the library to which new