aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/search.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/search.ml b/parsing/search.ml
index 839acb4b4e..530dd48f0b 100644
--- a/parsing/search.ml
+++ b/parsing/search.ml
@@ -76,7 +76,7 @@ let crible (fn : global_reference -> env -> constr -> unit) ref =
| _ -> ()
in
try
- Library.iter_all_segments true crible_rec
+ Library.iter_all_segments false crible_rec
with Not_found ->
errorlabstrm "search"
[< pr_global ref; 'sPC; 'sTR "not declared" >]