]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / FuncRequest.h
index 35fff681599dcbb5689a3dfc6655d902fe555a25..42829ae8de26302df1f0e4702296953679e0dae7 100644 (file)
@@ -122,7 +122,7 @@ private:
        ///
        KeyModifier modifier_;
        /// Commands should be run synchronously when they
-       /// are launched via "command-sequence" or "repeat"
+       /// are launched via "command-sequence" or "repeat" or "buffer-forall"
        bool allow_async_;
 };