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 | 9e9ebf203176d834e624186343b915c4be34e0b9 (patch) | |
tree | 96613d3a733b4878b4f6fb34da7d3065c85cda7c /doc/repl.texi | |
parent | 6131191bca3acfa698e7562d84933fe02422dbd7 (diff) | |
download | geiser-9e9ebf203176d834e624186343b915c4be34e0b9.tar.gz geiser-9e9ebf203176d834e624186343b915c4be34e0b9.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 |