summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-10-05 15:21:35 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-10-05 15:21:35 +0000
commitbb5c5b7e883d03eb0157d5de30748b7d3c24545d (patch)
tree5ab4ff1a74763926e77872676df20b5ad1193871 /stdlib
parentb0584e67217e73f7fc5d6ed5e707acfbe11517ce (diff)
downloadocaml-bb5c5b7e883d03eb0157d5de30748b7d3c24545d.tar.gz
merge changes from 4.00.0 to 4.00.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12990 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/format.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli
index 6d2a53bdb9..b44f79fadc 100644
--- a/stdlib/format.mli
+++ b/stdlib/format.mli
@@ -164,7 +164,7 @@ val set_margin : int -> unit;;
overflows that leads to split lines.
Nothing happens if [d] is smaller than 2.
If [d] is too large, the right margin is set to the maximum
- admissible value (which is greater than [10^10]). *)
+ admissible value (which is greater than [10^9]). *)
val get_margin : unit -> int;;
(** Returns the position of the right margin. *)
@@ -178,7 +178,7 @@ val set_max_indent : int -> unit;;
if they do not fit on the current line.
Nothing happens if [d] is smaller than 2.
If [d] is too large, the limit is set to the maximum
- admissible value (which is greater than [10^10]). *)
+ admissible value (which is greater than [10^9]). *)
val get_max_indent : unit -> int;;
(** Return the value of the maximum indentation limit (in characters). *)