From 5aa76027f594e35613a003732d14cb12789ef059 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 3 Aug 2004 14:54:17 +0000 Subject: [PATCH] Typos and a small addition. --- doc/ref/intro.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index f002547c1..2844ccb04 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -405,8 +405,12 @@ of the obsoleted things. The file @file{README} contains instructions on how to control the inclusion or removal of the deprecated and/or discouraged features -from the public API of Guile, and the how to control the warning -messages for deprecated features. +from the public API of Guile, and how to control the warning messages +for deprecated features. + +The idea behind those mechanisms is that normally all deprecated and +discouraged features are available, but that you can omit them on +purpose to check whether your code still relies on them. @node Reporting Bugs @section Reporting Bugs