]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Try to use the right width for math symbols
[lyx.git] / src / FuncRequest.h
index d5f5aef003a2b30b609b3543eb82a2d1ec87c78f..42829ae8de26302df1f0e4702296953679e0dae7 100644 (file)
@@ -102,7 +102,7 @@ public:
        bool allowAsync() const { return allow_async_; }
        ///
        void allowAsync(bool allow_async) { allow_async_ = allow_async; }
-       
+
 private:
        /// the action
        FuncCode action_;
@@ -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" or "buffer-forall"
        bool allow_async_;
 };