]> git.lyx.org Git - lyx.git/blobdiff - src/update_flags.h
DocBook: eat a bit of that spaghetti code.
[lyx.git] / src / update_flags.h
index 847a0095cec9e19eaf2898b623f714a518d51f25..af71c0e78d5f8452fbfb8647fcd853036e68fd92 100644 (file)
@@ -19,7 +19,7 @@ namespace Update {
                /// No screen update is needed.
                None = 0,
                /// Recenter the screen around the cursor if is found outside the
-               /// visible area. This will trigger a full metrics update if needed.
+               /// visible area.
                FitCursor = 1,
                /// Force a full screen metrics update and a full draw.
                Force = 2,