diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 |
commit | f5a5313f480998d295bccac6a063085c49d296d4 (patch) | |
tree | eb4b3fef3d6a74a8906c264a0960d7cda4f85cb7 /doc/repl.texi | |
parent | e1673221200c35bdacffebbcc26c2e562080a9fd (diff) | |
download | geiser-guile-f5a5313f480998d295bccac6a063085c49d296d4.tar.gz geiser-guile-f5a5313f480998d295bccac6a063085c49d296d4.tar.bz2 |
NEWS and doc typo
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 8a0f784..03361fd 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -132,6 +132,7 @@ The remaining commands are meatier, and deserve sections of their own. @section Switching context @cindex current module, in REPL +@cindex ,enter vs. enter! In tune with Geiser's @alt{@ref{current-module,,modus operandi},modus operandi}, evaluations in the REPL take place in the namespace of the current module. As noted above, the REPL's prompt tells you the name of @@ -210,7 +211,7 @@ now and then. That was Geiser trying to be helpful (while, hopefully, not being clippy), or, more concretely, what i call, for want of a better name, its @dfn{autodoc} mode. Whenever it's active (did you notice that @i{A} in the mode-line?), Geiser's gerbils will be scanning -what you type and showing (unless you silent them with @kbd{C-c C-a}) +what you type and showing (unless you silent them with @kbd{C-c C-d C-a}) information about the identifier nearest to point. @imgc{repl-autodoc} |