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 | e86116b97dc079c7a0fd6e96a5724eee6b54c5cf (patch) | |
tree | 13cf5b13d3f1bc5a7dddf853b920a755ed9a10e3 /doc/fun.texi | |
parent | 0e2334b5426297c8a745277fd7f318eceb453d16 (diff) | |
download | geiser-e86116b97dc079c7a0fd6e96a5724eee6b54c5cf.tar.gz geiser-e86116b97dc079c7a0fd6e96a5724eee6b54c5cf.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 |