From 81f0b5620702c2851947b6b05aec7075b62c8249 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 11 Jan 2012 19:41:57 -0700 Subject: [PATCH] update the new :wrap documentation to match the current implementation * doc/org.texi (wrap): Update the new :wrap documentation to match the current implementation. --- doc/org.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4cdecf42f..2849d7787 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13915,10 +13915,10 @@ security}. @node wrap, , eval, Specific header arguments @subsubsection @code{:wrap} The @code{:wrap} header argument is used to mark the results of source block -evaluation. The header argument can be passed a string that typically will -be appended to @code{#+BEGIN_} and @code{#+END_}, which will then be used to -wrap the results. An exception to this rule is the string @code{drawer}, -which instead wraps the results in an Org mode drawer. +evaluation. The header argument can be passed a string that will be appended +to @code{#+BEGIN_} and @code{#+END_}, which will then be used to wrap the +results. If not string is specified then the results will be wrapped in a +@code{#+BEGIN/END_RESULTS} block. @node Results of evaluation, Noweb reference syntax, Header arguments, Working With Source Code @section Results of evaluation