diff options
author | jao <jao@gnu.org> | 2022-08-25 01:46:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-25 01:46:42 +0100 |
commit | 247c7d5f93539f7e183909917d8f3eab7156ed47 (patch) | |
tree | 76506af90e014c90046393501160d9237e570d2a /doc | |
parent | 669960e216131b1ef5e26a368e28053eeab8aa9a (diff) | |
download | geiser-247c7d5f93539f7e183909917d8f3eab7156ed47.tar.gz geiser-247c7d5f93539f7e183909917d8f3eab7156ed47.tar.bz2 |
run-geiser obsoleted (just use M-x geiser)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/parens.texi | 2 | ||||
-rw-r--r-- | doc/repl.texi | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index b95958a..e53a355 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -94,7 +94,7 @@ how to make sure that that's actually the case. As i've already mentioned a couple of times, @i{geiser-mode} needs a running REPL to be operative. Thus, a common usage pattern will be -for you to first call @code{run-geiser} +for you to first call @code{geiser} @ifhtml (or @ref{choosing-impl,,one of its variants}), @end ifhtml diff --git a/doc/repl.texi b/doc/repl.texi index 0c20dcc..01a0a18 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -21,8 +21,8 @@ ready, just come back here and proceed to the following sections. @cindex REPL To start a Scheme REPL (meaning, a Scheme process offering you a Read-Eval-Print Loop), Geiser provides the generic interactive command -@command{run-geiser}. If you invoke it (via, as is customary in Emacs, -@kbd{M-x run-geiser}), you'll be saluted by a prompt asking which one of +@command{geiser}. If you invoke it (via, as is customary in Emacs, +@kbd{M-x geiser}), you'll be saluted by a prompt asking which one of the supported implementations you want to launch---yes, you can stop the asking, see @altr{active-implementations,below,Customization and tips,.} @@ -379,7 +379,7 @@ some related tips. @subsubheading Choosing a Scheme implementation @cindex scheme implementation, choosing @anchor{choosing-impl} -Instead of using the generic @command{run-geiser} command, you can directly +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} |