etc/options
changeset 55672 5e25cc741ab9
parent 53189 ee8b8dafef0e
child 56265 785569927666
equal deleted inserted replaced
55671:aeca05e62fef 55672:5e25cc741ab9
   134   -- "limit of displayed results"
   134   -- "limit of displayed results"
   135 
   135 
   136 public option find_theorems_tac_limit : int = 5
   136 public option find_theorems_tac_limit : int = 5
   137   -- "limit of tactic search for 'solves' criterion"
   137   -- "limit of tactic search for 'solves' criterion"
   138 
   138 
       
   139 
       
   140 section "Completion"
       
   141 
       
   142 public option completion_limit : int = 40
       
   143   -- "limit for completion within the formal context"
       
   144