From 73500d2a456023ca36172f5af896d0b1f10853b7 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 26 Sep 2017 13:25:50 +0200 Subject: Do not load .erlang from current dir It may be confusing that "hidden" .erlang is loaded from the current working directory. Use c:erlangrc([Dir1,..]) to search and load .erlang from other places than "$HOME/.erlang". Implies that c:erlangrc() needs to be documented. --- lib/stdlib/doc/src/c.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml index 7666699183..697e1715e7 100644 --- a/lib/stdlib/doc/src/c.xml +++ b/lib/stdlib/doc/src/c.xml @@ -93,6 +93,15 @@ + + + Load an erlang resource file. + +

Search PathList and load .erlang resource file if + found.

+
+
+ Flush any messages sent to the shell. -- cgit v1.2.3