summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsdye <tsd@tsdye.com>2015-07-26 14:39:23 -1000
committerRasmus <rasmus@gmx.us>2015-07-27 10:18:32 +0200
commitee945acf98567a64d626f23e917ee14ea6399aba (patch)
tree2abbe8c861f3c1a3f47112a80792d274d0dbcd6c
parenteccd704aea3c762140786063d6e8ca6f23969d5d (diff)
downloadorg-mode-ee945acf98567a64d626f23e917ee14ea6399aba.tar.gz
org.texi: ob-languages and multiple sessions support
-rw-r--r--doc/org.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index d420259..e4a6ad4 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