diff options
| author | jao <jao@gnu.org> | 2026-05-10 21:12:01 +0200 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-05-10 21:12:01 +0200 |
| commit | 799e9ec65e9400ac4c8f2bd9a2f297f9bf0d67e4 (patch) | |
| tree | bde6b95934b128c9b46b1fb0b76c04536e150497 | |
| parent | df92f598977a8412c3cd6d02c3f0df6b3a3213ea (diff) | |
| download | geiser-799e9ec65e9400ac4c8f2bd9a2f297f9bf0d67e4.tar.gz geiser-799e9ec65e9400ac4c8f2bd9a2f297f9bf0d67e4.tar.bz2 | |
| -rw-r--r-- | doc/parens.texi | 2 | ||||
| -rw-r--r-- | doc/repl.texi | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 82c2e2c..b4c6319 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -99,7 +99,7 @@ for you to first call @code{geiser} (or @ref{choosing-impl,,one of its variants}), @end ifhtml @ifnothtml -(or one of its variants, e.g. @code{run-guile}), +(or one of its variants, e.g. @code{geiser-guile}), @end ifnothtml and then open some Scheme files; but there's nothing wrong in first opening a couple Scheme buffers and diff --git a/doc/repl.texi b/doc/repl.texi index 01a0a18..a522a82 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -382,12 +382,12 @@ some related tips. Instead of using the generic @command{geiser} command, you can directly start your Scheme of choice using any of the following commands: @itemize @bullet -@item @command{run-racket} -@item @command{run-guile} -@item @command{run-chicken} -@item @command{run-mit} -@item @command{run-chibi} -@item @command{run-chez} +@item @command{geiser-racket} +@item @command{geiser-guile} +@item @command{geiser-chicken} +@item @command{geiser-mit} +@item @command{geiser-chibi} +@item @command{geiser-chez} @end itemize @anchor{active-implementations} In addition, the variable @code{geiser-active-implementations} contains a list of those |
