From de381c1a1d9344ad8125f5de7b7fd6eb50ecf516 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Mon, 18 Sep 2023 11:23:04 +0100 Subject: [PATCH] Update lib/bin_conf/Bin_conf.ml Co-authored-by: Jules Aguillon --- lib/bin_conf/Bin_conf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bin_conf/Bin_conf.ml b/lib/bin_conf/Bin_conf.ml index 484666018c..0400c3c76c 100644 --- a/lib/bin_conf/Bin_conf.ml +++ b/lib/bin_conf/Bin_conf.ml @@ -214,7 +214,7 @@ let name = let on_save = let doc = "Make OCamlformat not format if no .ocamlformat file could be found. \ - For code editors." + Avoid formatting files that shouldn't reformatted on each save by text editors." in declare_option ~set:(fun on_save conf -> {conf with on_save})