src/Tools/jEdit/etc/options
changeset 65141 c706b57b1694
parent 65101 4263b2a201b3
child 66158 ad83d4971dfe
--- a/src/Tools/jEdit/etc/options	Tue Mar 07 14:51:52 2017 +0100
+++ b/src/Tools/jEdit/etc/options	Tue Mar 07 15:35:54 2017 +0100
@@ -73,18 +73,6 @@
   -- "glob patterns to ignore in file-system path completion (separated by colons)"
 
 
-section "Spell Checker"
-
-public option spell_checker : bool = true
-  -- "enable spell-checker for prose words within document text, comments etc."
-
-public option spell_checker_dictionary : string = "en"
-  -- "spell-checker dictionary name"
-
-public option spell_checker_elements : string = "words,comment,inner_comment,ML_comment,SML_comment"
-  -- "relevant markup elements for spell-checker, separated by commas"
-
-
 section "Rendering of Document Content"
 
 option outdated_color : string = "EEE3E3FF"