diff --git a/source/iostreams.tex b/source/iostreams.tex index 34bd3341a7..0aeb51ff38 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -18425,9 +18425,11 @@ \pnum \returns -\tcode{false} if \tcode{p} did not exist, - otherwise \tcode{true}. The signature with argument \tcode{ec} - returns \tcode{false} if an error occurs. +The signature with argument \tcode{ec} +returns \tcode{false} if an error occurs. +If no error occurs, +returns \tcode{true} if \tcode{p} did exist and has been removed, +and \tcode{false} if there is no file \tcode{p}. \pnum \throws