summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-20 14:47:22 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-20 14:47:22 +0200
commitd4ea5deceab862ee3080172d7d67f4270eeaab4b (patch)
treed70042407a186ef8f17ed129877d7f4cae26d081
parenta5cf0f6fb853260dc65967efe7648bcc430879c2 (diff)
downloadorg-mode-d4ea5deceab862ee3080172d7d67f4270eeaab4b.tar.gz
ob-lob: Fix docstring
* lisp/ob-lob.el (org-babel-lob--src-info): Fix typo.
-rw-r--r--lisp/ob-lob.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 6d61e18..d1f6172 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -85,7 +85,7 @@ if so then run the appropriate source block from the Library."
NAME is a string. This function looks into the current document
for a Babel call or source block. If none is found, it looks
after NAME in the Library of Babel. Eventually, if that also
-fails, it Returns nil."
+fails, it returns nil."
;; During export, look into the pristine copy of the document being
;; exported instead of the current one, which could miss some data.
(with-current-buffer (or org-babel-exp-reference-buffer (current-buffer))