diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-16 00:46:31 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-16 00:46:31 +0100 |
commit | fbc65dfc767da1dc3b28262eae041e9d303752c2 (patch) | |
tree | 47d8e715d9a608258e4bc8064504be801cd0dd17 /elisp/geiser-autodoc.el | |
parent | ecf460e9aca83a32bb1149ecd5b0238c7a5cb233 (diff) | |
download | geiser-guile-fbc65dfc767da1dc3b28262eae041e9d303752c2.tar.gz geiser-guile-fbc65dfc767da1dc3b28262eae041e9d303752c2.tar.bz2 |
New command: module documentation.
Diffstat (limited to 'elisp/geiser-autodoc.el')
-rw-r--r-- | elisp/geiser-autodoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-autodoc.el b/elisp/geiser-autodoc.el index d7d6a08..7a63ef4 100644 --- a/elisp/geiser-autodoc.el +++ b/elisp/geiser-autodoc.el @@ -39,7 +39,7 @@ "Options for displaying autodoc strings in the echo area." :group 'geiser) -(geiser-custom--defface fuel-font-lock-markup-title +(geiser-custom--defface autodoc-current-arg 'bold geiser-autodoc "highlighting current argument in autodoc messages") (defcustom geiser-autodoc-delay 0.2 |