src/Pure/Thy/sessions.scala
changeset 76002 64b05dc56656
parent 76001 7032b0886f9a
child 76005 a9bbf075f431
--- a/src/Pure/Thy/sessions.scala	Sat Aug 27 15:44:51 2022 +0200
+++ b/src/Pure/Thy/sessions.scala	Sat Aug 27 16:08:01 2022 +0200
@@ -762,7 +762,7 @@
       chapters1 ::: chapters2
     }
 
-    def chapters: List[Chapter_Info] = known_chapters.filter(_.sessions.nonEmpty)
+    def relevant_chapters: List[Chapter_Info] = known_chapters.filter(_.sessions.nonEmpty)
 
     def build_graph_display: Graph_Display.Graph = Graph_Display.make_graph(build_graph)
     def imports_graph_display: Graph_Display.Graph = Graph_Display.make_graph(imports_graph)