diff --git a/doc/org.texi b/doc/org.texi
index 55c421d..d8987d6 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -14066,6 +14066,16 @@ blocks.
             (assq-delete-all :noweb org-babel-default-header-args)))
 @end lisp
 
+The different ways of calling a source code block might come with different system-wide values of header arguments.
+Thus, the behaviour of a source code block might differ, depending on the way how it was called. The table below depicts the variables and standard values for the different ways to execute a source code block.
+
+@multitable @columnfractions 0.1 0.1 0.3 
+@item @b{Method} @tab @b{Variable} @tab @b{Values}
+@item source code block @tab org-babel-default-header-args  @tab :session "none", :results "replace", :exports "code", :cache "no", :noweb "no", :hlines "no", :tangle "no", :padnewline "yes"
+@item inline call           @tab  org-babel-default-inline-header-args  @tab  :exports "results"
+@item function calls        @tab  org-babel-default-lob-header-args      @tab :session "none", :results "replace", :exports "results"
+@end multitable
+
 @node Language-specific header arguments, Header arguments in Org mode properties, System-wide header arguments, Using header arguments
 @subsubheading Language-specific header arguments
 Each language can define its own set of default header arguments in variable
