]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Make math autocorrrect work with more than 2 chars
[lyx.git] / src / Cursor.h
index f3acd9909fa4412cfcccb20ceb775e1840f11552..38ddad3502c314f36410d66c76965e567d4ce467 100644 (file)
@@ -241,9 +241,10 @@ private:
 
        // FIXME: make them private
 public:
-       /// the current font settings
+       /// The current font settings. This holds the settings for output.
        Font current_font;
-       /// the current font
+       /// The current display font. This holds the settings of the text
+       /// in the workarea.
        Font real_current_font;
 };