org.texi: ob-languages and multiple sessions support

This commit is contained in:
tsdye 2015-07-26 14:39:23 -10:00 committed by Rasmus
parent eccd704aea
commit ee945acf98
1 changed files with 2 additions and 1 deletions

View File

@ -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