summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-09-01 21:10:54 -0700
committerDan Davison <davison@stats.ox.ac.uk>2010-09-01 21:10:54 -0700
commite0d9a280eabc22cc89273a6cba90965ad23e0f47 (patch)
tree98da703069aedd8a5a8be87d495d9f58c39aac36
parent2654704a843e7891f04003356536cea7887711aa (diff)
downloadorg-mode-e0d9a280eabc22cc89273a6cba90965ad23e0f47.tar.gz
babel: docstring improvement
* ob.el (org-babel-execute-src-block): Document prefix argument in docstring.
-rw-r--r--lisp/ob.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index e4a0944..eb39460 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -323,6 +323,10 @@ 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.
+
Optionally supply a value for INFO in the form returned by
`org-babel-get-src-block-info'.