summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-07-04 19:16:02 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-06 09:14:01 +0200
commitdfd0c7ad2e28b47bc851833a468db154aba75d98 (patch)
tree9fb9f6bbea19f5b7ba580a51df83dd0effddf777
parent0e30108330372549233aab21388521fa2ed8a9be (diff)
downloadorg-mode-dfd0c7ad2e28b47bc851833a468db154aba75d98.tar.gz
Fix typo in docstring.
* babel/ob-exp.el (org-babel-exp-inline-src-blocks): Fix typo in docstring.
-rw-r--r--lisp/ob-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index 420f223..7fa673b 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -98,7 +98,7 @@ none ----- do not display either code or results upon export"
(defun org-babel-exp-inline-src-blocks (start end)
"Process inline src blocks between START and END for export.
See `org-babel-exp-src-blocks' for export options, currently the
-options and are taken from `org-babel-defualt-inline-header-args'."
+options and are taken from `org-babel-default-inline-header-args'."
(interactive)
(save-excursion
(goto-char start)