From: Richard Kimberly Heck Date: Tue, 17 Nov 2020 06:37:09 +0000 (-0500) Subject: Comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=007b6f711dcdd24dc768954efa893958a41cebb7;p=features.git Comment --- diff --git a/src/Buffer.h b/src/Buffer.h index 267bf94c1d..e7fd883a2c 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -604,6 +604,8 @@ public: /// Collect macro definitions in paragraphs void updateMacros() const; /// Iterate through the whole buffer and try to resolve macros + /// At the moment, this is only called when we are preparing for some + /// kind of output (including to the clipboard). void updateMacroInstances(UpdateType) const; /// List macro names of this buffer, the parent and the children