commit dc5fa981bf58e8b6cc297a2db7a14c71f5b1b6c8
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Dec 5 12:12:09 2025 +0100

    fix useless comment
---
 src/Buffer.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Buffer.h b/src/Buffer.h
index c8dffc3cfc..c4e328917e 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
@@ -669,7 +669,9 @@ public:
        /// something has changed).
        void updateId();
 
-       /// This function is called when the buffer is changed.
+       /**  Immediately redraw all views of this buffer
+        * \param update_metrics: if true, recompute metrics first
+        */
        void changed(bool update_metrics) const;
        /**  Update the cursors held by bufferviews iterator after an  insertion
         * \param dit : the place where the insertion happened.
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to