From 745de2927a9619effbd35699a74b88a399e7151a Mon Sep 17 00:00:00 2001
From: James Boyle <jhhboyle@gmail.com>
Date: Fri, 30 Oct 2020 15:03:12 -0400
Subject: [PATCH] org-manual.org: Clarify org-babel nested list support

* doc/org-manual.org (Environment of a code block): Clarify
the behavior for nested lists in org-babel code blocks
---
 doc/org-manual.org | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index ef2dad9ef..d6bfeef6a 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -16824,11 +16824,13 @@ Here are examples of passing values by reference:
   ,#+END_SRC
 
   ,#+RESULTS:
-  | simple | list |
+  | simple | (unordered (not) (nested)) |
+  | list   |                            |
   #+end_example
 
-  Note that only the top level list items are passed along.  Nested
-  list items are ignored.
+  Note that the nested list items are passed along, along with the
+  list type of the first element of the nested list. Support for
+  nested lists can vary by source language.
 
 - code block without arguments ::
 
-- 
2.28.0

