merged
authorwenzelm
Wed, 15 Jan 2014 19:02:58 +0100
changeset 55013 869f50dfdad2
parent 55011 e2042c4ae1b7 (diff)
parent 55012 e6cfa56a8bcd (current diff)
child 55014 a93f496f6c30
merged
--- a/src/Doc/IsarRef/Misc.thy	Wed Jan 15 16:57:29 2014 +0100
+++ b/src/Doc/IsarRef/Misc.thy	Wed Jan 15 19:02:58 2014 +0100
@@ -95,8 +95,9 @@
   tool (see also \cite{isabelle-sys}).
 
   \item @{command "unused_thms"}~@{text "A\<^sub>1 \<dots> A\<^sub>m - B\<^sub>1 \<dots> B\<^sub>n"}
-  displays all unused theorems in theories @{text "B\<^sub>1 \<dots> B\<^sub>n"}
-  or their parents, but not in @{text "A\<^sub>1 \<dots> A\<^sub>m"} or their parents.
+  displays all theorems that are proved in theories @{text "B\<^sub>1 \<dots> B\<^sub>n"}
+  or their parents but not in @{text "A\<^sub>1 \<dots> A\<^sub>m"} or their parents and
+  that are never used.
   If @{text n} is @{text 0}, the end of the range of theories
   defaults to the current theory. If no range is specified,
   only the unused theorems in the current theory are displayed.