]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorPavel Sanda <sanda@lyx.org>
Sat, 21 Apr 2018 08:06:27 +0000 (10:06 +0200)
committerPavel Sanda <sanda@lyx.org>
Sat, 21 Apr 2018 08:06:27 +0000 (10:06 +0200)
src/FuncRequest.h

index d5f5aef003a2b30b609b3543eb82a2d1ec87c78f..f0b9e7cfe6cd35041f4a25392fd7a3d974ead208 100644 (file)
@@ -121,7 +121,8 @@ private:
        mouse_button::state button_;
        ///
        KeyModifier modifier_;
-       ///
+       /// Commands should be run synchronously when they
+       /// are launched via "command-sequence" or "repeat"
        bool allow_async_;
 };