>From bc7b5fe2cc52de4468cf847e72cb0a507ebb1626 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Sat, 7 Jan 2012 20:38:53 -1000 Subject: [PATCH] * doc/org.texi: :results wrap produces a drawer instead of a begin_results block --- doc/org.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index bc82e0b..c4031d7 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 -- 1.7.5.4