diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-06-08 23:19:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-06-08 23:19:37 +0200 |
commit | e108c961fed2ffdedddcd10bad9c6aae44491b1e (patch) | |
tree | 82b95fa9209be6534f4231490356578d60882a9e /doc/ref/scheme-using.texi | |
parent | 715146aa15982b0d38b242f7811ac64addeb7ecc (diff) | |
download | guile-e108c961fed2ffdedddcd10bad9c6aae44491b1e.tar.gz |
doc: Mention the former name of `guild'.
* doc/ref/scheme-using.texi (Using Guile Tools): Add a footnote
mentioning that `guild' used to be `guile-tools'.
* doc/ref/tools.texi (Executable Modules): Nitpicks.
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 |