diff options
author | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
commit | ab4bc85398a14b62b58694bab83c63be286b2fd5 (patch) | |
tree | 84bfe7b0b6064016bcfadb76ec95d07410654fe8 /doc/ref/scheme-using.texi | |
parent | f29c300507da21a667f5b82e75300f8009eab9cc (diff) | |
parent | f4b7d918eff9770f09893b023fd834f5c0bc33d1 (diff) | |
download | guile-ab4bc85398a14b62b58694bab83c63be286b2fd5.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
GUILE-VERSION
test-suite/tests/srfi-4.test
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 8 |
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 |