diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-13 20:33:11 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-13 20:33:11 +0200 |
commit | 800218e25fda834a04d7823633e8f966d53940e0 (patch) | |
tree | 103d3c30f1db89bb6ed9ab95b8fcdb4dc7612b8d /README | |
parent | 443b3399a1efbea581694e856b67095e9dbaad51 (diff) | |
download | geiser-guile-800218e25fda834a04d7823633e8f966d53940e0.tar.gz geiser-guile-800218e25fda834a04d7823633e8f966d53940e0.tar.bz2 |
README fix
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -20,6 +20,10 @@ evaluation/compilation error in an Emacs' compilation-mode buffer). + NOTE: if you're not in a hurry, Geiser's website, + http://www.nongnu.org/geiser/ contains a nicer manual, also + included in Geiser tarballs as a texinfo file (doc/geiser.info). + * Supported scheme implementations - Guile 2.0 (not released yet: use the latest git master branch). @@ -78,8 +82,8 @@ M-x customize-group RET geiser RET - In particular, customize `geiser-repl-<impl>-binary' (in - geiser-repl), which should point to an executable in your path. + In particular, customize `geiser-<impl>-binary', which should point + to an executable in your path. To start a REPL, M-x geiser. |