src/Pure/ProofGeneral/preferences.ML
changeset 51960 61ac1efe02c3
parent 51949 f6858bb224c9
child 51970 f08366cb9fd1
--- a/src/Pure/ProofGeneral/preferences.ML	Mon May 13 13:01:10 2013 +0200
+++ b/src/Pure/ProofGeneral/preferences.ML	Mon May 13 13:23:13 2013 +0200
@@ -159,9 +159,9 @@
     "Print terms eta-contracted"];
 
 val advanced_display_preferences =
- [nat_pref Goal_Display.goals_limit_default
+ [options_pref "goals_limit"
     "goals-limit"
-    "Setting for maximum number of goals printed",
+    "Setting for maximum number of subgoals to be printed",
   print_depth_pref,
   options_pref "show_question_marks"
     "show-question-marks"