summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/stdlib_app.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/doc/src/stdlib_app.xml')
-rw-r--r--lib/stdlib/doc/src/stdlib_app.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/stdlib_app.xml b/lib/stdlib/doc/src/stdlib_app.xml
index 243853140b..e0f50292d6 100644
--- a/lib/stdlib/doc/src/stdlib_app.xml
+++ b/lib/stdlib/doc/src/stdlib_app.xml
@@ -57,6 +57,11 @@
<p>Can be used to set the exception handling of the evaluator process of
Erlang shell.</p>
</item>
+ <tag><marker id="shell_expand_location"/><c>shell_expand_location = above | below</c></tag>
+ <item>
+ <p>Sets where the tab expansion text should appear in the shell.
+ The default is <c>below</c>.</p>
+ </item>
<tag><marker id="shell_history_length"/><c>shell_history_length = integer() >= 0</c></tag>
<item>
<p>Can be used to determine how many commands are saved by the Erlang
@@ -76,6 +81,29 @@
<p>Can be used to determine how many results are saved by the Erlang
shell.</p>
</item>
+ <tag><marker id="shell_session_slogan"/><c>shell_session_slogan = string() | fun() -> string())</c></tag>
+ <item>
+ <p>The slogan printed when starting an Erlang shell. Example: </p>
+ <code type="erl">
+$ erl -stdlib shell_session_slogan '"Test slogan"'
+Erlang/OTP 26 [DEVELOPMENT] [erts-13.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
+
+Test slogan
+1>
+ </code>
+ </item>
+ <tag><marker id="shell_slogan"/><c>shell_slogan = string() | fun(() -> string())</c></tag>
+ <item>
+ <p>The slogan printed when starting the Erlang shell subsystem. Example: </p>
+ <code type="erl">
+$ erl -stdlib shell_slogan '"Test slogan"'
+Test slogan
+Eshell V13.0.2 (abort with ^G)
+1>
+ </code>
+ <p>The default is the return value of <seeerl marker="erts:erlang#system_info_system_version">
+ <c>erlang:system_info(system_version)</c></seeerl>.</p>
+ </item>
<tag><marker id="shell_strings"/><c>shell_strings = boolean()</c></tag>
<item>
<p>Can be used to determine how the Erlang shell outputs lists of