]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Replace the hardcoded TEXT_TO_INSET_OFFSET by tunable values
[lyx.git] / src / Buffer.h
index 0e1ec6b6e6441eff6df8d2cba7a47483d30f2ef1..04e9d6051878298042139f67ddbcca30079b59a2 100644 (file)
@@ -624,7 +624,7 @@ public:
        mutable UserMacroSet usermacros;
 
        /// Replace the inset contents for insets which InsetCode is equal
-       /// to the passed \p inset_code.
+       /// to the passed \p inset_code. Handles undo.
        void changeRefsIfUnique(docstring const & from, docstring const & to);
 
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs