summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-11-28 15:13:04 +0100
committerBastien Guerry <bzg@altern.org>2011-11-28 15:13:04 +0100
commit90868e2d882d73a4a719125408412bde94bcdce0 (patch)
treed691ba45790c4410939e07f2db88338c4ba5305e
parentfcdeeb9101b101fd921ff3866f14c775a55b220f (diff)
downloadorg-mode-90868e2d882d73a4a719125408412bde94bcdce0.tar.gz
Fix typo fixed in Emacs trunk.
* ob.el (org-babel-execute-src-block): Fix typo. Thanks to Juanma Barranquero for spotting this.
-rw-r--r--lisp/ob.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index dab40f4..a8be6d5 100644
--- a/lisp/ob.el
+++ b/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
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'.