diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-07 03:05:26 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-07 03:05:26 +0200 |
commit | 0b706d66773f1ee6222aa0f80520da3a3b6c4b04 (patch) | |
tree | 59fdbef010139c1b8d7078ef26a240fa7097b481 /doc/fun.texi | |
parent | 979fa6ea369cb0086593f9e3a4d46e003785a425 (diff) | |
download | geiser-guile-0b706d66773f1ee6222aa0f80520da3a3b6c4b04.tar.gz geiser-guile-0b706d66773f1ee6222aa0f80520da3a3b6c4b04.tar.bz2 |
A bit more documentation.
Diffstat (limited to 'doc/fun.texi')
-rw-r--r-- | doc/fun.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/fun.texi b/doc/fun.texi index f839192..4b3e946 100644 --- a/doc/fun.texi +++ b/doc/fun.texi @@ -252,7 +252,11 @@ you would write something like @example (setq geiser-autodoc-identifier-format "%s ~ %s") @end example -in your Emacs initialization files. +in your Emacs initialization files. There's also a face +(@var{geiser-font-lock-autodoc-identifier}) that you can customize (for +instance, with @kbd{M-x customize-face}) to change the appearance of the +text. And another one (@var{geiser-font-lock-autodoc-current-arg}) that +controls how the current argument position is highlighted. @node Evaluating Scheme code, Jumping around, Autodoc redux, Fun between the parens @section Evaluating Scheme code |