summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/fun.texi6
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