update the new :wrap documentation to match the current implementation

* doc/org.texi (wrap): Update the new :wrap documentation to match the
  current implementation.
This commit is contained in:
Eric Schulte 2012-01-11 19:41:57 -07:00
parent e9898f419c
commit 81f0b56207
1 changed files with 4 additions and 4 deletions

View File

@ -13915,10 +13915,10 @@ security}.
@node wrap, , eval, Specific header arguments @node wrap, , eval, Specific header arguments
@subsubsection @code{:wrap} @subsubsection @code{:wrap}
The @code{:wrap} header argument is used to mark the results of source block 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 evaluation. The header argument can be passed a string that will be appended
be appended to @code{#+BEGIN_} and @code{#+END_}, which will then be used to to @code{#+BEGIN_} and @code{#+END_}, which will then be used to wrap the
wrap the results. An exception to this rule is the string @code{drawer}, results. If not string is specified then the results will be wrapped in a
which instead wraps the results in an Org mode drawer. @code{#+BEGIN/END_RESULTS} block.
@node Results of evaluation, Noweb reference syntax, Header arguments, Working With Source Code @node Results of evaluation, Noweb reference syntax, Header arguments, Working With Source Code
@section Results of evaluation @section Results of evaluation