diff options
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} |