From ee945acf98567a64d626f23e917ee14ea6399aba Mon Sep 17 00:00:00 2001 From: tsdye Date: Sun, 26 Jul 2015 14:39:23 -1000 Subject: [PATCH] org.texi: ob-languages and multiple sessions support --- doc/org.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index d42025954..e4a6ad454 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15995,7 +15995,8 @@ session a name. For example, @code{:session mysession}. If @code{:session} is given but no name string is specified, the session is named according to the language used in the block. All blocks with the same session name share the same session. Using different session names enables concurrent sessions -(even for the same interpreted language). +(even for the same interpreted language, if the language supports multiple +sessions). @end itemize