summaryrefslogtreecommitdiff
path: root/lisp/ob-exp.el
diff options
context:
space:
mode:
authorSébastien Delafond <sdelafond@gmail.com>2016-03-16 09:54:05 +0100
committerSébastien Delafond <sdelafond@gmail.com>2016-03-16 09:54:05 +0100
commit7534ff9598bd34a99bbf5c6225f0b850b4b04e29 (patch)
tree8725bf84bc3c502417a4172961520c98216ca8d1 /lisp/ob-exp.el
parent429ffc1240438c683f885944b7a2259924adca52 (diff)
parent84539dca3aa301ecfe48858eceef1ced0505388b (diff)
Merge tag 'upstream/8.3.4'
Upstream version 8.3.4
Diffstat (limited to 'lisp/ob-exp.el')
-rw-r--r--lisp/ob-exp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index fdfbf5f..983d53c 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -1,6 +1,6 @@
;;; ob-exp.el --- Exportation of org-babel source blocks
-;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
;; Authors: Eric Schulte
;; Dan Davison
@@ -108,7 +108,7 @@ code ---- the default, display the code inside the block but do
not process
results - just like none only the block is run on export ensuring
- that it's results are present in the org-mode buffer
+ that its results are present in the org-mode buffer
none ---- do not display either code or results upon export