Fix typo fixed in Emacs trunk.

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

Thanks to Juanma Barranquero for spotting this.
This commit is contained in:
Bastien Guerry 2011-11-28 15:13:04 +01:00
parent fcdeeb9101
commit 90868e2d88
1 changed files with 2 additions and 3 deletions

View File

@ -457,9 +457,8 @@ Insert the results of execution into the buffer. Source code
execution and the collection and formatting of results can be
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
`org-babel-get-src-block-info'.