summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-10 16:19:04 +0200
committerBastien Guerry <bzg@altern.org>2013-04-10 16:19:04 +0200
commita2e13d7e73a68f5b86a1196cc0323e63d671dba8 (patch)
treeef47aafded23e19d559f77aa32042dd07fd66063
parenta25fd6353e1ad534d016ebe4cce9088b495c0b09 (diff)
downloadorg-mode-a2e13d7e73a68f5b86a1196cc0323e63d671dba8.tar.gz
ob-exp.el (org-babel-exp-src-block): Tiny docstring fix
* ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
-rw-r--r--lisp/ob-exp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index 0d98690..e74b803 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -92,8 +92,8 @@ process."
(defun org-babel-exp-src-block (&rest headers)
"Process source block for export.
-Depending on the 'export' headers argument in replace the source
-code block with...
+Depending on the 'export' headers argument, replace the source
+code block like this:
both ---- display the code and the results
@@ -103,7 +103,7 @@ code ---- the default, display the code inside the block but do
results - just like none only the block is run on export ensuring
that it's results are present in the org-mode buffer
-none ----- do not display either code or results upon export
+none ---- do not display either code or results upon export
Assume point is at the beginning of block's starting line."
(interactive)