瀏覽代碼

ob-lob: Fix docstring

* lisp/ob-lob.el (org-babel-lob--src-info): Fix typo.
Nicolas Goaziou 9 年之前
父節點
當前提交
d4ea5decea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-lob.el

+ 1 - 1
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
 NAME is a string.  This function looks into the current document
 for a Babel call or source block.  If none is found, it looks
 for a Babel call or source block.  If none is found, it looks
 after NAME in the Library of Babel.  Eventually, if that also
 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
   ;; During export, look into the pristine copy of the document being
   ;; exported instead of the current one, which could miss some data.
   ;; exported instead of the current one, which could miss some data.
   (with-current-buffer (or org-babel-exp-reference-buffer (current-buffer))
   (with-current-buffer (or org-babel-exp-reference-buffer (current-buffer))