aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pp.mli5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index 4e64925fdf..d4248cc7f2 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -12,6 +12,11 @@
open Pp_control
(*i*)
+(* Modify pretty printing functions behavior for emacs ouput (special
+ chars inserted at some places). This function should called once in
+ module [Options], that's all. *)
+val make_pp_emacs:unit -> unit
+
(* Pretty-printers. *)
type ppcmd