summaryrefslogtreecommitdiffstats
path: root/slib.texi
diff options
context:
space:
mode:
Diffstat (limited to 'slib.texi')
-rw-r--r--slib.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/slib.texi b/slib.texi
index e1fa7b2..dacf3c6 100644
--- a/slib.texi
+++ b/slib.texi
@@ -4795,7 +4795,7 @@ Returns (@var{k2} ^ @var{k3}) mod @var{modulus}.
@ftindex factor
@ftindex primes
-@include factor.txi
+@c @include factor.txi
@node Random Numbers, Fast Fourier Transform, Prime Numbers, Mathematical Packages
@@ -4818,14 +4818,14 @@ from sequential bytes, tests fail. With the seed
@samp{http://swissnet.ai.mit.edu/~jaffer/SLIB.html}, all of those tests
pass.
-@include random.txi
+@c @include random.txi
If inexact numbers are supported by the Scheme implementation,
@file{randinex.scm} will be loaded as well. @file{randinex.scm}
contains procedures for generating inexact distributions.
-@include randinex.txi
+@c @include randinex.txi
@node Fast Fourier Transform, Cyclic Checksum, Random Numbers, Mathematical Packages
@@ -9588,7 +9588,7 @@ with @var{new2} @dots{}.
@code{(require 'line-i/o)}
@ftindex line-i
-@include lineio.txi
+@c @include lineio.txi
@node Multi-Processing, , Line I/O, Procedures
@@ -10301,7 +10301,7 @@ programs like FTP, mail, and Netscape.
@code{(require 'net-clients)}
@ftindex net-clients
-@include nclients.txi
+@c @include nclients.txi
@node Extra-SLIB Packages, , Session Support, Other Packages