summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-using.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-07-23 19:25:28 +0200
committerLudovic Courtès <ludo@gnu.org>2011-07-23 22:43:38 +0200
commit8698e810078e3224e08a67540fd42ad51b46fdf1 (patch)
tree5c282f6fbc4d42bd451a0ba89df0d8739ebbb410 /doc/ref/scheme-using.texi
parent3cf634fa7c7cf02238ef434e4a3c42d9abc64674 (diff)
downloadguile-8698e810078e3224e08a67540fd42ad51b46fdf1.tar.gz
doc: Remove redundant footnote about the former name of `guild'.
* doc/ref/scheme-using.texi (Using Guile Tools): Remove redundant footnote introduced in e108c961fed2ffdedddcd10bad9c6aae44491b1e. Mention the version where the new name was introduced.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r--doc/ref/scheme-using.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index 119e7f8a7..ccf5e1e07 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -704,17 +704,15 @@ 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@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.}.
+invoked using the @code{guild} program.
@example
$ guild compile -o foo.go foo.scm
wrote `foo.go'
@end example
-This program used to be called @code{guile-tools}, and for backward
+This program used to be called @code{guile-tools} up to
+Guile version 2.0.1, and for backward
compatibility it still may be called as such. However we changed the
name to @code{guild}, not only because it is pleasantly shorter and
easier to read, but also because this tool will serve to bind Guile