From 9b24b6d763bb2c7975cd2b93364d7647fd660598 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 17 Apr 2013 18:33:16 +0000 Subject: Renaming SearchAbout into Search and Search into SearchHead. I hope I did not forget any place to change. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16423 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq_commands.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ide/coq_commands.ml') diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index 26dbcb125..ae39a1249 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -207,7 +207,8 @@ let state_preserving = [ "Recursive Extraction Library"; "Search"; - "SearchAbout"; + "SearchAbout (* deprecated *)"; + "SearchHead"; "SearchPattern"; "SearchRewrite"; -- cgit v1.2.3