summaryrefslogtreecommitdiff
path: root/lisp/ob-scheme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-scheme.el')
-rw-r--r--lisp/ob-scheme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el
index 2095534..2d7f3e6 100644
--- a/lisp/ob-scheme.el
+++ b/lisp/ob-scheme.el
@@ -1,6 +1,6 @@
;;; ob-scheme.el --- org-babel functions for Scheme
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
;; Authors: Eric Schulte
;; Michael Gauland
@@ -109,7 +109,7 @@ For a named session, the buffer name will be the session name.
If the session is unnamed (nil), generate a name.
-If the session is 'none', use nil for the session name, and
+If the session is `none', use nil for the session name, and
org-babel-scheme-execute-with-geiser will use a temporary session."
(let ((result
(cond ((not name)