diff options
Diffstat (limited to 'lisp/org/ob-scheme.el')
-rw-r--r-- | lisp/org/ob-scheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-scheme.el b/lisp/org/ob-scheme.el index a18bfb51817..f4836b23fe1 100644 --- a/lisp/org/ob-scheme.el +++ b/lisp/org/ob-scheme.el @@ -110,7 +110,7 @@ geiser-impl--implementation)) (defun org-babel-scheme-get-repl (impl name) - "Switch to a scheme REPL, creating it if it doesn't exist:" + "Switch to a scheme REPL, creating it if it doesn't exist." (let ((buffer (org-babel-scheme-get-session-buffer name))) (or buffer (progn |