diff options
author | Dan Gudmundsson <[email protected]> | 2017-10-02 19:16:19 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-10-02 19:16:19 +0200 |
commit | baf53defc90c4aa8a4caa6b2c6ead6a1b58df199 (patch) | |
tree | dbf06173d2cf180b15089c9a58cbc9fab03b6c0b /erts/doc/src | |
parent | b93f1cd08c540c27ac49b8078fbb3102029979f8 (diff) | |
download | otp-baf53defc90c4aa8a4caa6b2c6ead6a1b58df199.tar.gz otp-baf53defc90c4aa8a4caa6b2c6ead6a1b58df199.tar.bz2 otp-baf53defc90c4aa8a4caa6b2c6ead6a1b58df199.zip |
fixup! Do not load .erlang from current dir
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erl.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index ae52d92a89..823ca9544f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1633,8 +1633,7 @@ <tag>The <c>.erlang</c> startup file</tag> <item> <p>When Erlang/OTP is started, the system searches for a file named - <c>.erlang</c> in the user's home directory is searched for an <c>.erlang</c> - file.</p> + <c>.erlang</c> in the user's home directory.</p> <p>If an <c>.erlang</c> file is found, it is assumed to contain valid Erlang expressions. These expressions are evaluated as if they were input to the shell.</p> |