clarified modules;
authorwenzelm
Tue, 07 Mar 2017 15:35:54 +0100
changeset 65141 c706b57b1694
parent 65140 1191df79aa1c
child 65142 368004bed323
clarified modules;
etc/options
src/Tools/jEdit/etc/options
--- a/etc/options	Tue Mar 07 14:51:52 2017 +0100
+++ b/etc/options	Tue Mar 07 15:35:54 2017 +0100
@@ -193,6 +193,18 @@
   -- "limit for completion within the formal context"
 
 
+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 "Secure Shell"
 
 option ssh_config_dir : string = "~/.ssh"
--- 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"