diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-06 12:37:07 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-06 12:37:07 +0100 |
commit | 545ed6843fb39f6ed6ef6d7cb28fe8e4cc07e1c5 (patch) | |
tree | 9216d5a57b9022fb41158e4b5856859b57ee9baf /doc/fun.texi | |
parent | 0320e46e6babf242450dc7e2ade6803213a52090 (diff) | |
download | geiser-guile-545ed6843fb39f6ed6ef6d7cb28fe8e4cc07e1c5.tar.gz geiser-guile-545ed6843fb39f6ed6ef6d7cb28fe8e4cc07e1c5.tar.bz2 |
Manual: more precise docs on completion
Diffstat (limited to 'doc/fun.texi')
-rw-r--r-- | doc/fun.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/fun.texi b/doc/fun.texi index f7a5238..08bdc33 100644 --- a/doc/fun.texi +++ b/doc/fun.texi @@ -476,9 +476,11 @@ smarty pants mode always on in Scheme buffers, customize @code{geiser-mode-smart-tab-p} to @code{t}. @cindex completion for module names -Geiser also knows how to complete module names, but it's not yet smart -enough to infer by context that that's what you want. Instead, you must -use a separate command, bound to @kbd{M-`} (that's a backtick). +Geiser also knows how to complete module names: if no completion for the +prefix at point is found among the currently visible bindings, it will +try to find a module name that matches it. You can also request +explicitly completion only over module names using @kbd{M-`} (that's a +backtick). @c Local Variables: @c mode: texinfo |