浏览代码

Fix typo fixed in Emacs trunk.

* ob.el (org-babel-execute-src-block): Fix typo.

Thanks to Juanma Barranquero for spotting this.
Bastien Guerry 14 年之前
父节点
当前提交
90868e2d88
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      lisp/ob.el

+ 2 - 3
lisp/ob.el

@@ -457,9 +457,8 @@ Insert the results of execution into the buffer.  Source code
 execution and the collection and formatting of results can be
 execution and the collection and formatting of results can be
 controlled through a variety of header arguments.
 controlled through a variety of header arguments.
 
 
-With prefix argument ARG, force re-execution even if a an
-existing result cached in the buffer would otherwise have been
-returned.
+With prefix argument ARG, force re-execution even if an existing
+result cached in the buffer would otherwise have been returned.
 
 
 Optionally supply a value for INFO in the form returned by
 Optionally supply a value for INFO in the form returned by
 `org-babel-get-src-block-info'.
 `org-babel-get-src-block-info'.