summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dye <dk@poto.local>2012-01-07 20:38:53 -1000
committerEric Schulte <eric.schulte@gmx.com>2012-01-08 09:15:37 -0700
commita57f228a1c82b12fae2c266b7c0678a486034278 (patch)
tree198ce520d7780802005b064ab25edddfa8b4b6ef
parent369fa6d874d37db8174c425e18c5351ddb7a8f52 (diff)
downloadorg-mode-a57f228a1c82b12fae2c266b7c0678a486034278.tar.gz
* doc/org.texi: :results wrap produces a drawer instead of a begin_results block
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 6d9a656..a5df38c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -13351,9 +13351,9 @@ The result is converted to pretty-printed code and is enclosed in a code
block. This option currently supports Emacs Lisp, Python, and Ruby. E.g.,
@code{:results value pp}.
@item @code{wrap}
-The result is wrapped in a @code{begin_result} block. This can be useful for
+The result is wrapped in a RESULTS drawer. This can be useful for
inserting @code{raw} or @code{org} syntax results in such a way that their
-extend is known and they can be automatically removed or replaced.
+extent is known and they can be automatically removed or replaced.
@end itemize
@subsubheading Handling