From: Juergen Spitzmueller Date: Sun, 16 Dec 2018 11:30:48 +0000 (+0100) Subject: Improve comment. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1a83ea0136b27895d4ec46ed44cf2b8f4591cfd5;p=features.git Improve comment. --- diff --git a/src/Cursor.h b/src/Cursor.h index f3acd9909f..38ddad3502 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -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; };