summaryrefslogtreecommitdiff
path: root/lisp/ob-shell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-shell.el')
-rw-r--r--lisp/ob-shell.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el
index 3ee2f4d..84f4fa8 100644
--- a/lisp/ob-shell.el
+++ b/lisp/ob-shell.el
@@ -1,6 +1,6 @@
;;; ob-shell.el --- org-babel functions for shell evaluation
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
@@ -184,8 +184,8 @@ var of the same value."
(defun org-babel-sh-evaluate (session body &optional params stdin cmdline)
"Pass BODY to the Shell process in BUFFER.
-If RESULT-TYPE equals 'output then return a list of the outputs
-of the statements in BODY, if RESULT-TYPE equals 'value then
+If RESULT-TYPE equals `output' then return a list of the outputs
+of the statements in BODY, if RESULT-TYPE equals `value' then
return the value of the last statement in BODY."
(let ((results
(cond