diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-12 19:20:47 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-12 19:20:47 +0200 |
commit | 7838371bba6e76848ff03df76c9fd428bbd05ddf (patch) | |
tree | 1069faa8452d36af8a9fec836bae6aa105c1675a /doc/repl.texi | |
parent | 6a85578775b59ef2c4d1959feb6ea737f7336770 (diff) | |
download | geiser-7838371bba6e76848ff03df76c9fd428bbd05ddf.tar.gz geiser-7838371bba6e76848ff03df76c9fd428bbd05ddf.tar.bz2 |
Docs: include images only in HTML pages
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index ce0eaff..9b7b688 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -27,7 +27,7 @@ asking: see @ref{active-implementations,,below}). Tabbing for completion will offer you, as of this writing, @code{guile} and @code{racket}. Just choose your poison, and a new @repl{} buffer will pop-up. -@image{img/repls} +@imgc{repls} If all went according to plan, you'll be facing an implementation-dependent banner, followed by an interactive prompt. @@ -116,7 +116,7 @@ is available when introducing the new module name, using the @kbd{@key{TAB}} key. Pressing it at the command's prompt will offer you a prefix-aware list of available module names. -@image{img/mod-completion} +@imgc{mod-completion} Which brings me to the next group of @repl{} commands. @@ -163,7 +163,7 @@ 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}) information about the identifier nearest to point. -@image{img/repl-autodoc} +@imgc{repl-autodoc} If that identifier corresponds to a variable visible in the current namespace, you'll see the module it belongs to and its value. For @@ -195,7 +195,7 @@ Finally, Geiser can produce for you a list, classified by kind, of the identifiers exported by a given module: all you need to do is press @kbd{C-c C-d m}, and type or complete the desired module's name. -@image{img/repl-mod} +@imgc{repl-mod} The list of exported bindings is shown in a buffer belonging to Geiser's documentation browser, of which more details are given in forthcoming |