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 | dba34f8fdf4cf29703126abc498261ea410a9702 (patch) | |
tree | 0cff79320ee26788d525bb67b98be1dae9e34e5f /elisp/geiser-autodoc.el | |
parent | 90cab862978ec01dfb7fa2b06592d835400d798c (diff) | |
download | geiser-dba34f8fdf4cf29703126abc498261ea410a9702.tar.gz geiser-dba34f8fdf4cf29703126abc498261ea410a9702.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 |