aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorGuillaume Melquiond2016-08-27 06:48:46 +0200
committerGuillaume Melquiond2016-08-27 06:48:46 +0200
commit26ed8658149d14efa6e4d077c573481281cb610e (patch)
tree573900ad783ec67dd4a2207b9ac8b30054df7ab3 /intf
parent7244637f251272c0d0155d49fc7c1af255b7cef8 (diff)
Support qualified identifiers in Show Match (bug #5050).
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 156e00368d..ed44704df4 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -106,7 +106,7 @@ type showable =
| ShowTree
| ShowProofNames
| ShowIntros of bool
- | ShowMatch of lident
+ | ShowMatch of reference
| ShowThesis
type comment =