diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:37:59 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:37:59 +0100 |
commit | d4e243581e6e00be43ddfd829d4a960f1dfb4c2f (patch) | |
tree | c6696f797f20580fc92f22bb086d7830a3a1c513 /doc/install.texi | |
parent | 87340e7700af9a24441bc5c6047a92b85f5c7bb8 (diff) | |
download | geiser-guile-d4e243581e6e00be43ddfd829d4a960f1dfb4c2f.tar.gz geiser-guile-d4e243581e6e00be43ddfd829d4a960f1dfb4c2f.tar.bz2 |
Texinfo macrology
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/install.texi b/doc/install.texi index f356c3e..745f398 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -13,15 +13,16 @@ @cindex supported versions @cindex versions supported If Geiser came with any guarantees, you'd break all of them by not using -GNU Emacs 23.2 (or better: i regularly use it with a recent Emacs -snapshot) and at least one of the supported Schemes, namely: +GNU Emacs @value{EMACS_VERSION} (or better: i regularly use it with a +recent Emacs snapshot) and at least one of the supported Schemes, +namely: @itemize @bullet @item -@uref{http://www.racket-lang.org, Racket} 5.0.1 or better +@uref{http://www.racket-lang.org, Racket} @value{RACKET_VERSION} or better @item -@uref{http://www.gnu.org/software/guile, Guile} 1.9.14, directly -compiled from a recent checkout of +@uref{http://www.gnu.org/software/guile, Guile} @value{GUILE_VERSION}, +directly compiled from a recent checkout of @uref{http://www.gnu.org/software/guile/repository.html, its Git @i{master} branch}. @end itemize |