]> git.lyx.org Git - features.git/commitdiff
Improve comment.
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 16 Dec 2018 11:30:48 +0000 (12:30 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:52 +0000 (14:39 +0200)
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;
 };