aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-03-21 16:34:32 +0100
committerHans Bolinder <[email protected]>2017-04-07 08:57:26 +0200
commit46e08e6ac477d1acccb360ad5d616c96dcdfe850 (patch)
tree2e43b41177e6e81bf5f213f341460993a87c310c /lib/stdlib/doc
parent421012d3e8062c9522e8b425cd936009ba83c887 (diff)
downloadotp-46e08e6ac477d1acccb360ad5d616c96dcdfe850.tar.gz
otp-46e08e6ac477d1acccb360ad5d616c96dcdfe850.tar.bz2
otp-46e08e6ac477d1acccb360ad5d616c96dcdfe850.zip
stdlib: Fix Erlang shell regarding Unicode atoms
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/shell.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/shell.xml b/lib/stdlib/doc/src/shell.xml
index f52bc39deb..ab62c2fcdd 100644
--- a/lib/stdlib/doc/src/shell.xml
+++ b/lib/stdlib/doc/src/shell.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2016</year>
+ <year>1996</year><year>2017</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -854,7 +854,7 @@ q - quit erlang
<c>{history, N}</c>, where <c>N</c> is the current command number. The
function is to return a list of characters or an atom. This
constraint is because of the Erlang I/O protocol. Unicode characters
- beyond code point 255 are allowed in the list. Notice
+ beyond code point 255 are allowed in the list and the atom. Notice
that in restricted mode the call <c>Mod:Func(L)</c> must be
allowed or the default shell prompt function is called.</p>
</section>