diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-25 18:52:25 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-25 18:52:25 +0100 |
commit | 56db9f728629e0859cafa34b53d8a16f34eeef01 (patch) | |
tree | 9f62445347fc44d8e1e39cc0fe0212dc13f3f1f3 /doc/repl.texi | |
parent | ca4761af930caef19427863af75b576ce611d2e4 (diff) | |
download | geiser-guile-56db9f728629e0859cafa34b53d8a16f34eeef01.tar.gz geiser-guile-56db9f728629e0859cafa34b53d8a16f34eeef01.tar.bz2 |
Completion: a bit of documentation
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index a87c547..cfce6c8 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -161,7 +161,7 @@ Which brings me to the next group of REPL commands. @node Completion and error handling, Autodoc and friends, Switching context, The REPL @section Completion and error handling -@cindex completion, module name +@cindex completion, at the REPL We've already seen Geiser completion of module names in action at the mini-buffer. You won't be surprised to know that it's also available at the REPL buffer itself. There, you can use either @kbd{C-.} or |