NEWS;
authorwenzelm
Sat, 12 Apr 2014 21:58:58 +0200
changeset 56554 7bef3cd6a69c
parent 56553 f56dfc30e4b6
child 56555 1afb78a93376
NEWS;
NEWS
src/Tools/jEdit/etc/options
--- a/NEWS	Sat Apr 12 21:44:38 2014 +0200
+++ b/NEWS	Sat Apr 12 21:58:58 2014 +0200
@@ -94,6 +94,8 @@
   - More reliable treatment of GUI events vs. completion popups: avoid
     loosing keystrokes with slow / remote graphics displays.
 
+* Spell-checker support for document text, comments etc.
+
 * Auxiliary files ('ML_file' etc.) are managed by the Prover IDE.
 Open text buffers take precedence over copies within the file-system.
 
--- a/src/Tools/jEdit/etc/options	Sat Apr 12 21:44:38 2014 +0200
+++ b/src/Tools/jEdit/etc/options	Sat Apr 12 21:58:58 2014 +0200
@@ -52,7 +52,7 @@
 section "Spell Checker"
 
 public option spell_checker : bool = true
-  -- "enable spell-checker for prose words within document text"
+  -- "enable spell-checker for prose words within document text, comments etc."
 
 public option spell_checker_language : string = "en"
   -- "language for spell-checker locale and dictionary (en, de, fr)"