diff options
author | Andy Wingo <wingo@pobox.com> | 2011-06-16 20:01:56 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-06-16 20:01:56 +0200 |
commit | 99cc1092a89292c6e6db2db537988e5963b19868 (patch) | |
tree | 94f69d35c6328c2ab83304d8996a2dd957cac529 /doc/ref/scheme-using.texi | |
parent | 46da7909e1f67c13284730344e971d293df890c0 (diff) | |
parent | 32f94bf258bd032fa6f96fc76e4153086bc001f5 (diff) | |
download | guile-99cc1092a89292c6e6db2db537988e5963b19868.tar.gz |
Merge remote-tracking branch 'local-2.0/stable-2.0'
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index f338127cc..119e7f8a7 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -704,7 +704,10 @@ information. Guile also comes with a growing number of command-line utilities: a compiler, a disassembler, some module inspectors, and in the future, a system to install Guile packages from the internet. These tools may be -invoked using the @code{guild} program. +invoked using the @code{guild} program@footnote{Until Guile version +2.0.1, this program was known as @code{guile-tools}. The +@code{guile-tools} executable is still installed as of 2.0.x but may be +removed in a future stable series.}. @example $ guild compile -o foo.go foo.scm |