Pip Cet writes: > "Jeremy Bryant" writes: > >> Revised patch attached. New partially revised patch attached with comments below. > There are some differences between the docstrings for igc-stats and > igc-roots. I think the igc-roots version is fine, and the igc-stats > docstrings should be adjusted accordingly. What do you mean? Is it igc-roots-stats? If so, what changes? >> (defun igc-display-diff () >> + "Display the difference between IGC snapshots A-B. >> +Used for debugging." > > I prefer "A and B", because we already spell out that we're calculating > the difference. As in the docstring for igc-roots-display-diff, I'd also > omit the "Used for debugging." OK, done. > >> (interactive) >> (setq igc--display-mode 'diff) >> (igc-stats)) >> >> (defun igc-display-a () >> + "Display IGC stats snapshot A from igc--roots." > > I'm not sure about the "from igc--roots" part. ... "in igc-stats-mode" > would work, but we can also omit it entirely. OK, revision attached.