summaryrefslogtreecommitdiff
path: root/stdlib/format.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/format.mli')
-rw-r--r--stdlib/format.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli
index ef8093bb1b..b2544b8e6c 100644
--- a/stdlib/format.mli
+++ b/stdlib/format.mli
@@ -407,7 +407,8 @@ val print_newline : unit -> unit
All open pretty-printing boxes are closed, all pending text is printed.
- Equivalent to {!print_flush} followed by a new line.
+ Equivalent to {!print_flush} with a new line emitted on the pretty-printer
+ low-level output device immediately before the device is flushed.
See corresponding words of caution for {!print_flush}.
Note: this is not the normal way to output a new line;