summaryrefslogtreecommitdiff
path: root/lisp/ob-scala.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-scala.el')
-rw-r--r--lisp/ob-scala.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ob-scala.el b/lisp/ob-scala.el
index 838bc8f..dfb72dd 100644
--- a/lisp/ob-scala.el
+++ b/lisp/ob-scala.el
@@ -1,6 +1,6 @@
;;; ob-scala.el --- org-babel functions for Scala evaluation
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
;; Author: Andrzej Lichnerowicz
;; Keywords: literate programming, reproducible research
@@ -78,8 +78,8 @@ print(str_result)
(defun org-babel-scala-evaluate
(session body &optional result-type result-params)
"Evaluate BODY in external Scala process.
-If RESULT-TYPE equals 'output then return standard output as a string.
-If RESULT-TYPE equals 'value then return the value of the last statement
+If RESULT-TYPE equals `output' then return standard output as a string.
+If RESULT-TYPE equals `value' then return the value of the last statement
in BODY as elisp."
(when session (error "Sessions are not (yet) supported for Scala"))
(case result-type