diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-13 04:14:25 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-13 04:14:25 +0200 |
commit | 5e1a4995ee1211f2a57d4fce4101b81be13d87db (patch) | |
tree | a20e1d6c0e201cdc4032a77cbaa9998a66a2e8ee /doc/repl.texi | |
parent | b0684896df77372e8be1f4bcf6d6b7a1cb142b47 (diff) | |
download | geiser-guile-5e1a4995ee1211f2a57d4fce4101b81be13d87db.tar.gz geiser-guile-5e1a4995ee1211f2a57d4fce4101b81be13d87db.tar.bz2 |
Manual lookup shortcut (C-c C-d i) also in REPL buffers
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 445811a..285f8f8 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -249,7 +249,9 @@ buffer will contain implementation-specific information about the identifier (e.g., its docstring for Guile, or its contract, if any, for Racket), and a handy button to open the corresponding manual entry for the symbol, which will open an HTML page (for Racket) or the texinfo -manual (for Guile). +manual (for Guile). If you'd rather go directly to the manual, try +@kbd{C-c C-d i}, which invokes @code{geiser-doc-look-up-manual} as the +handy button does. @cindex module exports @anchor{repl-mod} Geiser can also produce for you a list, classified by |