summaryrefslogtreecommitdiff
path: root/elisp/geiser-autodoc.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-03-05 22:53:47 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-03-05 22:53:47 +0100
commit9e91cef8b3d10e7eab88cc16d425fefc36c7321d (patch)
treebe7011aff12aa30b0c2521771b0642b7692f454c /elisp/geiser-autodoc.el
parentefe21b1337f02095cf40791f8b0c237ae56c39a0 (diff)
downloadgeiser-chez-9e91cef8b3d10e7eab88cc16d425fefc36c7321d.tar.gz
geiser-chez-9e91cef8b3d10e7eab88cc16d425fefc36c7321d.tar.bz2
turn-on/off-geiser-mode commands added and used in scheme-mode-hook.
Diffstat (limited to 'elisp/geiser-autodoc.el')
-rw-r--r--elisp/geiser-autodoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-autodoc.el b/elisp/geiser-autodoc.el
index da635cb..6565d88 100644
--- a/elisp/geiser-autodoc.el
+++ b/elisp/geiser-autodoc.el
@@ -54,7 +54,7 @@
'font-lock-keyword-face
geiser-autodoc "highlighting #:key marker in autodoc messages")
-(defcustom geiser-autodoc-delay 0.2
+(defcustom geiser-autodoc-delay 0.3
"Delay before autodoc messages are fetched and displayed, in seconds."
:type 'number
:group 'geiser-autodoc)