summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-09-26 11:39:43 +0100
committerDan Davison <davison@stats.ox.ac.uk>2010-09-26 11:39:43 +0100
commit0a3a7383b448c11abf470ce6b6d098772c3a93ae (patch)
tree24f5262472018ef211f4d7003a9a343a506f71a4
parent91af408bf464bbd9e0b758882b38fecada302226 (diff)
downloadorg-mode-0a3a7383b448c11abf470ce6b6d098772c3a93ae.tar.gz
Docstring typos
* ob-exp.el (org-export-babel-evaluate): docstring typo (org-babel-exp-code): docstring typo
-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 010c9ca..0a40f25 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -49,7 +49,7 @@
(defcustom org-export-babel-evaluate t
"Switch controlling code evaluation during export.
-When set to nil no code will be exported as part of the export
+When set to nil no code will be evaluated as part of the export
process."
:group 'org-babel
:type 'boolean)
@@ -236,7 +236,7 @@ The function respects the value of the :exports header argument."
(defvar backend)
(defun org-babel-exp-code (info type)
"Prepare and return code in the current code block for export.
-Code is prepared in a manner suitable for exportat by
+Code is prepared in a manner suitable for export by
org-mode. This function is called by `org-babel-exp-do-export'.
The code block is not evaluated."
(let ((lang (nth 0 info))