From 007b6f711dcdd24dc768954efa893958a41cebb7 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Tue, 17 Nov 2020 01:37:09 -0500 Subject: [PATCH] Comment --- src/Buffer.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5