etc/options
changeset 67395 b39d596b77ce
parent 67273 c573cfb2c407
child 67506 30233285270a
--- a/etc/options	Tue Jan 09 20:03:14 2018 +0100
+++ b/etc/options	Tue Jan 09 20:15:36 2018 +0100
@@ -214,8 +214,11 @@
 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"
+public option spell_checker_include : string = "words,comment,inner_comment,ML_comment,SML_comment"
+  -- "included markup elements for spell-checker (separated by commas)"
+
+public option spell_checker_exclude : string = "antiquoted"
+  -- "excluded markup elements for spell-checker (separated by commas)"
 
 
 section "Secure Shell"