From a02909a11a33880b486135b396aabfd3060b8d8d Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Fri, 3 Feb 2012 17:02:07 +0100 Subject: Correct docs, comments and dialyzer tests Update preloaded erlang.beam Removed stray error in dialyzer test suite - different error message with the new specs. --- erts/doc/src/erlang.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e5ea517492..c25e05c6a0 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1618,6 +1618,10 @@ os_prompt% Convert from text representation to an atom

Returns the atom whose text representation is String.

+

String may only contain ISO-latin-1 + characterns (i.e. numbers below 256) as the current + implementation does not allow unicode characters >= 256 in + atoms.

 > list_to_atom("Erlang").
 'Erlang'
-- cgit v1.2.3