summaryrefslogtreecommitdiff
path: root/parsing/printer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/printer.mli')
-rw-r--r--parsing/printer.mli9
1 files changed, 6 insertions, 3 deletions
diff --git a/parsing/printer.mli b/parsing/printer.mli
index 6795889c..86af523f 100644
--- a/parsing/printer.mli
+++ b/parsing/printer.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: printer.mli 9249 2006-10-19 07:46:03Z herbelin $ i*)
+(*i $Id: printer.mli 9385 2006-11-17 15:14:14Z courtieu $ i*)
(*i*)
open Pp
@@ -98,8 +98,11 @@ val pr_evars_int : int -> (evar * evar_info) list -> std_ppcmds
val pr_prim_rule : prim_rule -> std_ppcmds
(* Emacs/proof general support *)
-
-val emacs_str : string -> string
+(* (emacs_str s alts) outputs
+ - s if emacs mode & unicode allowed,
+ - alts if emacs mode and & unicode not allowed
+ - nothing otherwise *)
+val emacs_str : string -> string -> string
(* Backwards compatibility *)