summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 20:19:36 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-02 20:19:36 +0200
commitbc9f7f7db6570a07b991cb3cf3f7aee71523d509 (patch)
tree29a923d95e31d08a5970bff50a621334814af4f7 /elisp/geiser-repl.el
parentef3bebd22708deefcd4c057dcbe678b764a78559 (diff)
downloadgeiser-bc9f7f7db6570a07b991cb3cf3f7aee71523d509.tar.gz
geiser-bc9f7f7db6570a07b991cb3cf3f7aee71523d509.tar.bz2
racket: displaying images also during evaluations
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r--elisp/geiser-repl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index ddcc6b8..c8846ea 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -123,7 +123,9 @@ If you have a slow system, try to increase this time."
(geiser-custom--defcustom geiser-repl-auto-display-images-p t
"Whether to automatically invoke the external viewer to display
-images pooping up in the REPL."
+images popping up in the REPL.
+
+See also `geiser-debug-auto-display-images-p'."
:type 'boolean
:group 'geiser-repl)