Recently the following line was changed. But its behavior is not changed.
diff -r 99fc18dc1ede runtime/doc/eval.txt
--- a/runtime/doc/eval.txt Sun Jun 28 19:24:40 2015 +0200
+++ b/runtime/doc/eval.txt Wed Jul 01 18:14:36 2015 +0900
@@ -4889,7 +4889,7 @@
separated with CR will result in a single long line (unless a
NL appears somewhere).
All NUL characters are replaced with a NL character.
- When {binary/append} contains "b" binary mode is used:
+ When {binary} is equal to "b" binary mode is used:
- When the last line ends in a NL an extra empty list item is
added.
- No CR characters are removed.
--