1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix virulent typo.

This commit is contained in:
Thien-Thi Nguyen 2001-12-02 01:38:56 +00:00
parent 4c731ecef3
commit a056b7708b

6
README
View file

@ -121,17 +121,17 @@ It works like this:
variable GUILE_WARN_DEPRECATED. A value of "yes" is changed to variable GUILE_WARN_DEPRECATED. A value of "yes" is changed to
"summary" and "shutup" is changed to "no", however. "summary" and "shutup" is changed to "no", however.
When GUILE_WARN_DEPRECATION has the value "no", nothing special will When GUILE_WARN_DEPRECATED has the value "no", nothing special will
happen when a deprecated feature is used. happen when a deprecated feature is used.
When GUILE_WARN_DEPRECATION has the value "summary", and a deprecated When GUILE_WARN_DEPRECATED has the value "summary", and a deprecated
feature has been used, Guile will print this message at exit: feature has been used, Guile will print this message at exit:
Some deprecated features have been used. Set the environment Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program
to get more information. Set it to "no" to suppress this message. to get more information. Set it to "no" to suppress this message.
When GUILE_WARN_DEPRECATION has the value "detailed", a detailed When GUILE_WARN_DEPRECATED has the value "detailed", a detailed
warning is emitted immediatly for the first use of a deprecated warning is emitted immediatly for the first use of a deprecated
feature. feature.